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'. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python