AliasPattern Class
The type of the pattern for an alias path.
- Inheritance
-
azure.mgmt.resource.resources._serialization.ModelAliasPattern
Constructor
AliasPattern(*, phrase: str | None = None, variable: str | None = None, type: str | _models.AliasPatternType | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
phrase
|
The alias pattern phrase. |
variable
|
The alias pattern variable. |
type
|
The type of alias pattern. Known values are: "NotSpecified" and "Extract". |
Variables
Name | Description |
---|---|
phrase
|
The alias pattern phrase. |
variable
|
The alias pattern variable. |
type
|
The type of alias pattern. Known values are: "NotSpecified" and "Extract". |
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