KustoClusterResource.CheckNameAvailabilitySandboxCustomImage 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 sandbox custom image resource name is valid and is not already in use.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/sandboxCustomImagesCheckNameAvailability
- Operation Id: SandboxCustomImages_CheckNameAvailability
public virtual Azure.Response<Azure.ResourceManager.Kusto.Models.KustoNameAvailabilityResult> CheckNameAvailabilitySandboxCustomImage (Azure.ResourceManager.Kusto.Models.SandboxCustomImagesCheckNameContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CheckNameAvailabilitySandboxCustomImage : Azure.ResourceManager.Kusto.Models.SandboxCustomImagesCheckNameContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Kusto.Models.KustoNameAvailabilityResult>
override this.CheckNameAvailabilitySandboxCustomImage : Azure.ResourceManager.Kusto.Models.SandboxCustomImagesCheckNameContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Kusto.Models.KustoNameAvailabilityResult>
Public Overridable Function CheckNameAvailabilitySandboxCustomImage (content As SandboxCustomImagesCheckNameContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of KustoNameAvailabilityResult)
Parameters
The name of the resource.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content
is null.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET