ManagedInstancePrivateEndpointConnectionProperties Class
Properties of a private endpoint connection.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
ManagedInstancePrivateEndpointConnectionProperties(*, private_endpoint: ManagedInstancePrivateEndpointProperty | None = None, private_link_service_connection_state: ManagedInstancePrivateLinkServiceConnectionStateProperty | None = None, **kwargs)
Parameters
Name | Description |
---|---|
private_endpoint
Required
|
Private endpoint which the connection belongs to. |
private_link_service_connection_state
Required
|
Connection State of the Private Endpoint Connection. |
Keyword-Only Parameters
Name | Description |
---|---|
private_endpoint
|
Default value: None
|
private_link_service_connection_state
|
Default value: None
|
Variables
Name | Description |
---|---|
provisioning_state
|
State of the Private Endpoint Connection. |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python