AliasPath Class
The type of the paths for alias.
- 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. |
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