PrivateEndpointConnection Class

Contains information about a private link resource.

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

Inheritance
azure.mgmt.batch.models._models_py3.ProxyResource
PrivateEndpointConnection

Constructor

PrivateEndpointConnection(*, private_link_service_connection_state: Optional[azure.mgmt.batch.models._models_py3.PrivateLinkServiceConnectionState] = None, **kwargs)

Variables

id
str

The ID of the resource.

name
str

The name of the resource.

type
str

The type of the resource.

etag
str

The ETag of the resource, used for concurrency statements.

provisioning_state
str or PrivateEndpointConnectionProvisioningState

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

private_endpoint
PrivateEndpoint

The private endpoint of the private endpoint connection.

group_ids
list[str]

The value has one and only one group id.

private_link_service_connection_state
PrivateLinkServiceConnectionState

The private link service connection state of the private endpoint connection.