CheckNameAvailabilityInput Class

Input of CheckNameAvailability API.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.support._serialization.Model
CheckNameAvailabilityInput

Constructor

CheckNameAvailabilityInput(*, name: str, type: str | _models.Type, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

The resource name to validate. Required.

type
str or Type

The type of resource. Required. Known values are: "Microsoft.Support/supportTickets" and "Microsoft.Support/communications".

Variables

Name Description
name
str

The resource name to validate. Required.

type
str or Type

The type of resource. Required. Known values are: "Microsoft.Support/supportTickets" and "Microsoft.Support/communications".