KustoClusterResource.CheckKustoClusterPrincipalAssignmentNameAvailability Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks that the principal assignment name is valid and is not already in use.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/checkPrincipalAssignmentNameAvailability
- Operation Id: ClusterPrincipalAssignments_CheckNameAvailability
public virtual Azure.Response<Azure.ResourceManager.Kusto.Models.KustoNameAvailabilityResult> CheckKustoClusterPrincipalAssignmentNameAvailability (Azure.ResourceManager.Kusto.Models.KustoClusterPrincipalAssignmentNameAvailabilityContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CheckKustoClusterPrincipalAssignmentNameAvailability : Azure.ResourceManager.Kusto.Models.KustoClusterPrincipalAssignmentNameAvailabilityContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Kusto.Models.KustoNameAvailabilityResult>
override this.CheckKustoClusterPrincipalAssignmentNameAvailability : Azure.ResourceManager.Kusto.Models.KustoClusterPrincipalAssignmentNameAvailabilityContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Kusto.Models.KustoNameAvailabilityResult>
Public Overridable Function CheckKustoClusterPrincipalAssignmentNameAvailability (content As KustoClusterPrincipalAssignmentNameAvailabilityContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of KustoNameAvailabilityResult)
Parameters
The name of the principal assignment.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content
is null.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET