CheckNameAvailabilityRequest Class
The check availability request body.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelCheckNameAvailabilityRequest
Constructor
CheckNameAvailabilityRequest(*, name: str | None = None, type: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the resource for which availability needs to be checked. |
type
|
The resource type. |
Variables
Name | Description |
---|---|
name
|
The name of the resource for which availability needs to be checked. |
type
|
The resource type. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python