CheckNameAvailabilityInput Class
The input to the check name availability request.
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'. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python