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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python