CheckNameAvailabilitySpecifications interface
model interface CheckNameAvailabilitySpecifications
Properties
| enable |
Whether default validation is enabled. |
| resource |
The resource types with custom validation. |
Property Details
enableDefaultValidation
Whether default validation is enabled.
enableDefaultValidation?: boolean
Property Value
boolean
resourceTypesWithCustomValidation
The resource types with custom validation.
resourceTypesWithCustomValidation?: string[]
Property Value
string[]