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". |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python