AliasPath Class
The type of the paths for alias.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.resource.resources._serialization.ModelAliasPath
Constructor
AliasPath(*, path: str | None = None, api_versions: List[str] | None = None, pattern: _models.AliasPattern | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
path
|
The path of an alias. |
api_versions
|
The API versions. |
pattern
|
The pattern for an alias path. |
Variables
Name | Description |
---|---|
path
|
The path of an alias. |
api_versions
|
The API versions. |
pattern
|
The pattern for an alias path. |
metadata
|
The metadata of the alias path. If missing, fall back to the default metadata of the alias. |
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