MockableBatchSubscriptionResource.CheckBatchNameAvailability 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 whether the Batch account name is available in the specified region.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/checkNameAvailability
- Operation Id: Location_CheckNameAvailability
- Default Api Version: 2024-07-01
public virtual Azure.Response<Azure.ResourceManager.Batch.Models.BatchNameAvailabilityResult> CheckBatchNameAvailability (Azure.Core.AzureLocation locationName, Azure.ResourceManager.Batch.Models.BatchNameAvailabilityContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CheckBatchNameAvailability : Azure.Core.AzureLocation * Azure.ResourceManager.Batch.Models.BatchNameAvailabilityContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Batch.Models.BatchNameAvailabilityResult>
override this.CheckBatchNameAvailability : Azure.Core.AzureLocation * Azure.ResourceManager.Batch.Models.BatchNameAvailabilityContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Batch.Models.BatchNameAvailabilityResult>
Public Overridable Function CheckBatchNameAvailability (locationName As AzureLocation, content As BatchNameAvailabilityContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of BatchNameAvailabilityResult)
Parameters
- locationName
- AzureLocation
The desired region for the name check.
- content
- BatchNameAvailabilityContent
Properties needed to check the availability of a name.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET