PrivateLinkAssociationGetResult Class
Result of the request to get PLA for a MG scope.
- Inheritance
-
azure.mgmt.resource.privatelinks._serialization.ModelPrivateLinkAssociationGetResult
Constructor
PrivateLinkAssociationGetResult(*, value: List[_models.PrivateLinkAssociation] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
private link association information. |
Variables
Name | Description |
---|---|
value
|
private link association information. |
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