ManagedPrivateEndpointProperties Class

Properties of a managed private endpoint.

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

Inheritance
ManagedPrivateEndpointProperties

Constructor

ManagedPrivateEndpointProperties(*, name: Optional[str] = None, private_link_resource_id: Optional[str] = None, group_id: Optional[str] = None, connection_state: Optional[azure.synapse.managedprivateendpoints.v2020_12_01.models._models_py3.ManagedPrivateEndpointConnectionState] = None, fqdns: Optional[List[str]] = None, is_compliant: Optional[bool] = None, **kwargs)

Parameters

name
str
Required

The name of managed private endpoint.

private_link_resource_id
str
Required

The ARM resource ID of the resource to which the managed private endpoint is created.

group_id
str
Required

The groupId to which the managed private endpoint is created.

connection_state
ManagedPrivateEndpointConnectionState
Required

The managed private endpoint connection state.

fqdns
list[str]
Required

List of fully qualified domain names.

is_compliant
bool
Required

Denotes whether the managed private endpoint is compliant.

Variables

provisioning_state
str

The managed private endpoint provisioning state.

is_reserved
bool

Denotes whether the managed private endpoint is reserved.