TopologyAssociation Class
Resources that have an association with the parent resource.
- Inheritance
-
azure.mgmt.network._serialization.ModelTopologyAssociation
Constructor
TopologyAssociation(*, name: str | None = None, resource_id: str | None = None, association_type: str | _models.AssociationType | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the resource that is associated with the parent resource. |
resource_id
|
The ID of the resource that is associated with the parent resource. |
association_type
|
The association type of the child resource to the parent resource. Known values are: "Associated" and "Contains". |
Variables
Name | Description |
---|---|
name
|
The name of the resource that is associated with the parent resource. |
resource_id
|
The ID of the resource that is associated with the parent resource. |
association_type
|
The association type of the child resource to the parent resource. Known values are: "Associated" and "Contains". |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python