BasicDependency Class
Deployment dependency information.
- Inheritance
-
azure.mgmt.resource.resources._serialization.ModelBasicDependency
Constructor
BasicDependency(*, id: str | None = None, resource_type: str | None = None, resource_name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
The ID of the dependency. |
resource_type
|
The dependency resource type. |
resource_name
|
The dependency resource name. |
Variables
Name | Description |
---|---|
id
|
The ID of the dependency. |
resource_type
|
The dependency resource type. |
resource_name
|
The dependency resource name. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python