ServersOperationsExtensions.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.
Determines whether a resource can be created with the specified name.
public static Microsoft.Azure.Management.Sql.Models.CheckNameAvailabilityResponse CheckNameAvailability (this Microsoft.Azure.Management.Sql.IServersOperations operations, Microsoft.Azure.Management.Sql.Models.CheckNameAvailabilityRequest parameters);
static member CheckNameAvailability : Microsoft.Azure.Management.Sql.IServersOperations * Microsoft.Azure.Management.Sql.Models.CheckNameAvailabilityRequest -> Microsoft.Azure.Management.Sql.Models.CheckNameAvailabilityResponse
<Extension()>
Public Function CheckNameAvailability (operations As IServersOperations, parameters As CheckNameAvailabilityRequest) As CheckNameAvailabilityResponse
Parameters
- operations
- IServersOperations
The operations group for this extension method.
- parameters
- CheckNameAvailabilityRequest
The name availability request parameters.
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