CheckNameAvailabilityInput Class
The input to the check name availability request.
- Inheritance
-
azure.mgmt.media._serialization.ModelCheckNameAvailabilityInput
Constructor
CheckNameAvailabilityInput(*, name: str | None = None, type: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The account name. |
type
|
The account type. For a Media Services account, this should be 'MediaServices'. |
Variables
Name | Description |
---|---|
name
|
The account name. |
type
|
The account type. For a Media Services account, this should be 'MediaServices'. |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python