AliasPattern Class
The type of the pattern for an alias path.
- Inheritance
-
azure.mgmt.resource.policy._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". |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python