ManagedPrivateEndpointsOperations Class

ManagedPrivateEndpointsOperations operations.

You should not instantiate this class directly. Instead, you should create a Client instance that instantiates it for you and attaches it as an attribute.

Inheritance
builtins.object
ManagedPrivateEndpointsOperations

Constructor

ManagedPrivateEndpointsOperations(client, config, serializer, deserializer)

Parameters

client
Required

Client for service requests.

config
Required

Configuration of service client.

serializer
Required

An object model serializer.

deserializer
Required

An object model deserializer.

Variables

models

Alias to model classes used in this operation group.

Methods

begin_create_or_update

Creates a managed private endpoint.

begin_delete

Deletes a managed private endpoint.

begin_update

Updates a managed private endpoint.

check_name_availability

Checks that the managed private endpoints resource name is valid and is not already in use.

get

Gets a managed private endpoint.

list

Returns the list of managed private endpoints.

begin_create_or_update

Creates a managed private endpoint.

begin_create_or_update(resource_group_name: str, cluster_name: str, managed_private_endpoint_name: str, parameters: azure.mgmt.kusto.models._models_py3.ManagedPrivateEndpoint, **kwargs: Any) -> azure.core.polling._poller.LROPoller[azure.mgmt.kusto.models._models_py3.ManagedPrivateEndpoint]

Parameters

resource_group_name
str
Required

The name of the resource group containing the Kusto cluster.

cluster_name
str
Required

The name of the Kusto cluster.

managed_private_endpoint_name
str
Required

The name of the managed private endpoint.

parameters
<xref:kusto_management_client.models.ManagedPrivateEndpoint>
Required

The managed private endpoint parameters.

cls
callable

A custom type or function that will be passed the direct response

continuation_token
str

A continuation token to restart a poller from a saved state.

polling
bool or PollingMethod

By default, your polling method will be ARMPolling. Pass in False for this operation to not poll, or pass in your own initialized polling object for a personal polling strategy.

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Returns

An instance of LROPoller that returns either ManagedPrivateEndpoint or the result of cls(response)

Return type

LROPoller[<xref:kusto_management_client.models.ManagedPrivateEndpoint>]

Exceptions

begin_delete

Deletes a managed private endpoint.

begin_delete(resource_group_name: str, cluster_name: str, managed_private_endpoint_name: str, **kwargs: Any) -> azure.core.polling._poller.LROPoller[None]

Parameters

resource_group_name
str
Required

The name of the resource group containing the Kusto cluster.

cluster_name
str
Required

The name of the Kusto cluster.

managed_private_endpoint_name
str
Required

The name of the managed private endpoint.

cls
callable

A custom type or function that will be passed the direct response

continuation_token
str

A continuation token to restart a poller from a saved state.

polling
bool or PollingMethod

By default, your polling method will be ARMPolling. Pass in False for this operation to not poll, or pass in your own initialized polling object for a personal polling strategy.

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Returns

An instance of LROPoller that returns either None or the result of cls(response)

Return type

Exceptions

begin_update

Updates a managed private endpoint.

begin_update(resource_group_name: str, cluster_name: str, managed_private_endpoint_name: str, parameters: azure.mgmt.kusto.models._models_py3.ManagedPrivateEndpoint, **kwargs: Any) -> azure.core.polling._poller.LROPoller[azure.mgmt.kusto.models._models_py3.ManagedPrivateEndpoint]

Parameters

resource_group_name
str
Required

The name of the resource group containing the Kusto cluster.

cluster_name
str
Required

The name of the Kusto cluster.

managed_private_endpoint_name
str
Required

The name of the managed private endpoint.

parameters
<xref:kusto_management_client.models.ManagedPrivateEndpoint>
Required

The managed private endpoint parameters.

cls
callable

A custom type or function that will be passed the direct response

continuation_token
str

A continuation token to restart a poller from a saved state.

polling
bool or PollingMethod

By default, your polling method will be ARMPolling. Pass in False for this operation to not poll, or pass in your own initialized polling object for a personal polling strategy.

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Returns

An instance of LROPoller that returns either ManagedPrivateEndpoint or the result of cls(response)

Return type

LROPoller[<xref:kusto_management_client.models.ManagedPrivateEndpoint>]

Exceptions

check_name_availability

Checks that the managed private endpoints resource name is valid and is not already in use.

check_name_availability(resource_group_name: str, cluster_name: str, resource_name: azure.mgmt.kusto.models._models_py3.ManagedPrivateEndpointsCheckNameRequest, **kwargs: Any) -> azure.mgmt.kusto.models._models_py3.CheckNameResult

Parameters

resource_group_name
str
Required

The name of the resource group containing the Kusto cluster.

cluster_name
str
Required

The name of the Kusto cluster.

resource_name
<xref:kusto_management_client.models.ManagedPrivateEndpointsCheckNameRequest>
Required

The name of the resource.

cls
callable

A custom type or function that will be passed the direct response

Returns

CheckNameResult, or the result of cls(response)

Return type

<xref:kusto_management_client.models.CheckNameResult>

Exceptions

get

Gets a managed private endpoint.

get(resource_group_name: str, cluster_name: str, managed_private_endpoint_name: str, **kwargs: Any) -> azure.mgmt.kusto.models._models_py3.ManagedPrivateEndpoint

Parameters

resource_group_name
str
Required

The name of the resource group containing the Kusto cluster.

cluster_name
str
Required

The name of the Kusto cluster.

managed_private_endpoint_name
str
Required

The name of the managed private endpoint.

cls
callable

A custom type or function that will be passed the direct response

Returns

ManagedPrivateEndpoint, or the result of cls(response)

Return type

<xref:kusto_management_client.models.ManagedPrivateEndpoint>

Exceptions

list

Returns the list of managed private endpoints.

list(resource_group_name: str, cluster_name: str, **kwargs: Any) -> Iterable[azure.mgmt.kusto.models._models_py3.ManagedPrivateEndpointListResult]

Parameters

resource_group_name
str
Required

The name of the resource group containing the Kusto cluster.

cluster_name
str
Required

The name of the Kusto cluster.

cls
callable

A custom type or function that will be passed the direct response

Returns

An iterator like instance of either ManagedPrivateEndpointListResult or the result of cls(response)

Return type

ItemPaged[<xref:kusto_management_client.models.ManagedPrivateEndpointListResult>]

Exceptions

Attributes

models

models = <module 'azure.mgmt.kusto.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\kusto\\models\\__init__.py'>