CheckNameAvailabilityInput interface

Input of check name availability API.

Properties

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.

type

The type of the resource whose name is to be validated. This value must always be 'searchServices'.

Property Details

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.

name: string

Property Value

string

type

The type of the resource whose name is to be validated. This value must always be 'searchServices'.

type: "searchServices"

Property Value

"searchServices"