AccountsOperationsExtensions.CheckNameAvailability 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 the account name availability.
public static Microsoft.Azure.Management.Purview.Models.CheckNameAvailabilityResult CheckNameAvailability(this Microsoft.Azure.Management.Purview.IAccountsOperations operations, Microsoft.Azure.Management.Purview.Models.CheckNameAvailabilityRequest checkNameAvailabilityRequest);
static member CheckNameAvailability : Microsoft.Azure.Management.Purview.IAccountsOperations * Microsoft.Azure.Management.Purview.Models.CheckNameAvailabilityRequest -> Microsoft.Azure.Management.Purview.Models.CheckNameAvailabilityResult
<Extension()>
Public Function CheckNameAvailability (operations As IAccountsOperations, checkNameAvailabilityRequest As CheckNameAvailabilityRequest) As CheckNameAvailabilityResult
Parameters
- operations
- IAccountsOperations
The operations group for this extension method.
- checkNameAvailabilityRequest
- CheckNameAvailabilityRequest
The check name availability request.
Returns
Remarks
Checks if account name is available.
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