KustoClusterPrincipalAssignmentResource.Get(CancellationToken) Method

Definition

Gets a Kusto cluster principalAssignment.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/principalAssignments/{principalAssignmentName}
  • Operation Id: ClusterPrincipalAssignments_Get
public virtual Azure.Response<Azure.ResourceManager.Kusto.KustoClusterPrincipalAssignmentResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Kusto.KustoClusterPrincipalAssignmentResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Kusto.KustoClusterPrincipalAssignmentResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of KustoClusterPrincipalAssignmentResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to