AutoApprovedPrivateLinkServicesResult Class
An array of private link service id that can be linked to a private end point with auto approved.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network._serialization.ModelAutoApprovedPrivateLinkServicesResult
Constructor
AutoApprovedPrivateLinkServicesResult(*, value: List[_models.AutoApprovedPrivateLinkService] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
An array of auto approved private link service. |
Variables
Name | Description |
---|---|
value
|
An array of auto approved private link service. |
next_link
|
The URL to get the next set of results. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python