PrivateEndpointConnection Class

The Private Endpoint Connection resource.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.storage.v2020_08_01_preview.models._models_py3.Resource
PrivateEndpointConnection

Constructor

PrivateEndpointConnection(*, private_endpoint: Optional[azure.mgmt.storage.v2020_08_01_preview.models._models_py3.PrivateEndpoint] = None, private_link_service_connection_state: Optional[azure.mgmt.storage.v2020_08_01_preview.models._models_py3.PrivateLinkServiceConnectionState] = None, **kwargs)

Variables

id
str

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
str

The name of the resource.

type
str

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

private_endpoint
PrivateEndpoint

The resource of private end point.

private_link_service_connection_state
PrivateLinkServiceConnectionState

A collection of information about the state of the connection between service consumer and provider.

provisioning_state
str or PrivateEndpointConnectionProvisioningState

The provisioning state of the private endpoint connection resource. Possible values include: "Succeeded", "Creating", "Deleting", "Failed".