KustoManagedPrivateEndpointCollection.CreateOrUpdate Method

Definition

Creates a managed private endpoint.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/managedPrivateEndpoints/{managedPrivateEndpointName}
  • Operation Id: ManagedPrivateEndpoints_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Kusto.KustoManagedPrivateEndpointResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string managedPrivateEndpointName, Azure.ResourceManager.Kusto.KustoManagedPrivateEndpointData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Kusto.KustoManagedPrivateEndpointData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Kusto.KustoManagedPrivateEndpointResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Kusto.KustoManagedPrivateEndpointData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Kusto.KustoManagedPrivateEndpointResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, managedPrivateEndpointName As String, data As KustoManagedPrivateEndpointData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of KustoManagedPrivateEndpointResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

managedPrivateEndpointName
String

The name of the managed private endpoint.

data
KustoManagedPrivateEndpointData

The managed private endpoint parameters.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

managedPrivateEndpointName is an empty string, and was expected to be non-empty.

managedPrivateEndpointName or data is null.

Applies to