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
-
CheckNameAvailabilityInput
Constructor
CheckNameAvailabilityInput(*, name: str, **kwargs)
Parameters
- name
- str
Required. 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.
Variables
- type
- str
Required. The type of the resource whose name is to be validated. This value must always be 'searchServices'. Default value: "searchServices".
Attributes
type
type = 'searchServices'
Feedback
Submit and view feedback for