CheckNameAvailabilityRequest Class
A request to check whether the specified name for a resource is available.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelCheckNameAvailabilityRequest
Constructor
CheckNameAvailabilityRequest(*, name: str, **kwargs)
Parameters
Name | Description |
---|---|
name
Required
|
Required. |
Keyword-Only Parameters
Name | Description |
---|---|
name
Required
|
|
Variables
Name | Description |
---|---|
type
|
Has constant value: "Microsoft.Sql/servers". |
Attributes
type
type = 'Microsoft.Sql/servers'
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 Python