PrivateLinkServiceConnectionState Class
The private link service connection state.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelPrivateLinkServiceConnectionState
Constructor
PrivateLinkServiceConnectionState(*, status: str | PrivateLinkServiceConnectionStatus, description: str | None = None, actions_required: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
status
Required
|
Required. The concrete private link service connection. Possible values include: "Approved", "Rejected", "Pending", "Removed". |
description
Required
|
The optional description of the status. |
actions_required
Required
|
Whether there is further actions. |
Keyword-Only Parameters
Name | Description |
---|---|
status
Required
|
|
description
Required
|
|
actions_required
Required
|
|
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Python