ManagedPrivateEndpoint Class

Class representing a managed private endpoint.

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

Inheritance
azure.mgmt.kusto.models._models_py3.ProxyResource
ManagedPrivateEndpoint

Constructor

ManagedPrivateEndpoint(*, private_link_resource_id: Optional[str] = None, private_link_resource_region: Optional[str] = None, group_id: Optional[str] = None, request_message: Optional[str] = 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".

system_data
<xref:kusto_management_client.models.SystemData>

Metadata pertaining to creation and last modification of the resource.

private_link_resource_id
str

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

private_link_resource_region
str

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

group_id
str

The groupId in which the managed private endpoint is created.

request_message
str

The user request message.

provisioning_state
str or <xref:kusto_management_client.models.ProvisioningState>

The provisioned state of the resource. Possible values include: "Running", "Creating", "Deleting", "Succeeded", "Failed", "Moving".