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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET