MongoClusterExtensions.CheckMongoClusterNameAvailability 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.
Check if mongo cluster name is available for use.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/checkMongoClusterNameAvailability
- Operation Id: MongoClusters_CheckMongoClusterNameAvailability
- Default Api Version: 2024-07-01
- Resource: MongoClusterResource
public static Azure.Response<Azure.ResourceManager.MongoCluster.Models.MongoClusterNameAvailabilityResult> CheckMongoClusterNameAvailability (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, Azure.ResourceManager.MongoCluster.Models.MongoClusterNameAvailabilityContent content, System.Threading.CancellationToken cancellationToken = default);
static member CheckMongoClusterNameAvailability : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * Azure.ResourceManager.MongoCluster.Models.MongoClusterNameAvailabilityContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MongoCluster.Models.MongoClusterNameAvailabilityResult>
<Extension()>
Public Function CheckMongoClusterNameAvailability (subscriptionResource As SubscriptionResource, location As AzureLocation, content As MongoClusterNameAvailabilityContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MongoClusterNameAvailabilityResult)
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource instance the method will execute against.
- location
- AzureLocation
The name of the Azure region.
The CheckAvailability request.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
subscriptionResource
or 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