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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET