CheckNameAvailabilityInput Class

The input to the check name availability request.

Inheritance
azure.mgmt.media._serialization.Model
CheckNameAvailabilityInput

Constructor

CheckNameAvailabilityInput(*, name: str | None = None, type: str | None = None, **kwargs)

Keyword-Only Parameters

Name Description
name
str

The account name.

type
str

The account type. For a Media Services account, this should be 'MediaServices'.

Variables

Name Description
name
str

The account name.

type
str

The account type. For a Media Services account, this should be 'MediaServices'.