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
|
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". |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python