PrivateLinkServiceConnectionStateProperty Class
PrivateLinkServiceConnectionStateProperty.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelPrivateLinkServiceConnectionStateProperty
Constructor
PrivateLinkServiceConnectionStateProperty(*, status: str | PrivateLinkServiceConnectionStateStatus, description: str, **kwargs)
Parameters
Name | Description |
---|---|
status
Required
|
Required. The private link service connection status. Possible values include: "Approved", "Pending", "Rejected", "Disconnected". |
description
Required
|
Required. The private link service connection description. |
Keyword-Only Parameters
Name | Description |
---|---|
status
Required
|
|
description
Required
|
|
Variables
Name | Description |
---|---|
actions_required
|
The actions required for private link service connection. Possible values include: "None". |
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