Share via


SimplePrivateEndpointConnection Class

A private endpoint connection.

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

Constructor

SimplePrivateEndpointConnection(*, private_endpoint: _models.PrivateEndpointProperty | None = None, group_ids: List[str] | None = None, private_link_service_connection_state: _models.PrivateLinkServiceConnectionState | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
private_endpoint

Private endpoint which the connection belongs to.

Default value: None
group_ids

Group ids of the private endpoint connection.

Default value: None
private_link_service_connection_state

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

Default value: None

Variables

Name Description
id
str

Fully qualified resource ID for the resource. E.g. "/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".

system_data

Azure Resource Manager metadata containing createdBy and modifiedBy information.

private_endpoint

Private endpoint which the connection belongs to.

group_ids

Group ids of the private endpoint connection.

private_link_service_connection_state

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