CheckNameAvailabilityInput Class
Input of check name availability API.
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
-
azure.mgmt.search._serialization.ModelCheckNameAvailabilityInput
Constructor
CheckNameAvailabilityInput(*, name: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The search service name to validate. Search service names must only contain lowercase letters, digits or dashes, cannot use dash as the first two or last one characters, cannot contain consecutive dashes, and must be between 2 and 60 characters in length. Required. |
Variables
Name | Description |
---|---|
name
|
The search service name to validate. Search service names must only contain lowercase letters, digits or dashes, cannot use dash as the first two or last one characters, cannot contain consecutive dashes, and must be between 2 and 60 characters in length. Required. |
type
|
The type of the resource whose name is to be validated. This value must always be 'searchServices'. Required. Default value is "searchServices". |
Attributes
type
type = 'searchServices'
Azure SDK for Python