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". |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python