SubscriptionClientExtensions.CheckResourceNameAsync 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 resource name validity
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.CheckResourceNameResult> CheckResourceNameAsync (this Microsoft.Azure.Management.ResourceManager.ISubscriptionClient operations, Microsoft.Azure.Management.ResourceManager.Models.ResourceName resourceNameDefinition = default, System.Threading.CancellationToken cancellationToken = default);
static member CheckResourceNameAsync : Microsoft.Azure.Management.ResourceManager.ISubscriptionClient * Microsoft.Azure.Management.ResourceManager.Models.ResourceName * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.CheckResourceNameResult>
<Extension()>
Public Function CheckResourceNameAsync (operations As ISubscriptionClient, Optional resourceNameDefinition As ResourceName = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CheckResourceNameResult)
Parameters
- operations
- ISubscriptionClient
The operations group for this extension method.
- resourceNameDefinition
- ResourceName
Resource object with values for resource name and resource type
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
A resource name is valid if it is not a reserved word, does not contains a reserved word and does not start with a reserved word
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