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 whether the specified account name is available or taken.
public static Microsoft.Azure.Management.DataLake.Analytics.Models.NameAvailabilityInformation CheckNameAvailability (this Microsoft.Azure.Management.DataLake.Analytics.IAccountsOperations operations, string location, Microsoft.Azure.Management.DataLake.Analytics.Models.CheckNameAvailabilityParameters parameters);
static member CheckNameAvailability : Microsoft.Azure.Management.DataLake.Analytics.IAccountsOperations * string * Microsoft.Azure.Management.DataLake.Analytics.Models.CheckNameAvailabilityParameters -> Microsoft.Azure.Management.DataLake.Analytics.Models.NameAvailabilityInformation
<Extension()>
Public Function CheckNameAvailability (operations As IAccountsOperations, location As String, parameters As CheckNameAvailabilityParameters) As NameAvailabilityInformation
Parameters
- operations
- IAccountsOperations
The operations group for this extension method.
- location
- String
The resource location without whitespace.
- parameters
- CheckNameAvailabilityParameters
Parameters supplied to check the Data Lake Analytics account name availability.
Returns
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