你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TopologyAssociation Class

Resources that have an association with the parent resource.

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
str

The name of the resource that is associated with the parent resource.

Default value: None
resource_id
str

The ID of the resource that is associated with the parent resource.

Default value: None
association_type

The association type of the child resource to the parent resource. Known values are: "Associated" and "Contains".

Default value: None

Variables

Name Description
name
str

The name of the resource that is associated with the parent resource.

resource_id
str

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".