AliasPattern Class

The type of the pattern for an alias path.

Inheritance
azure.mgmt.resource.resources._serialization.Model
AliasPattern

Constructor

AliasPattern(*, phrase: str | None = None, variable: str | None = None, type: str | _models.AliasPatternType | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
phrase
str

The alias pattern phrase.

variable
str

The alias pattern variable.

type

The type of alias pattern. Known values are: "NotSpecified" and "Extract".

Variables

Name Description
phrase
str

The alias pattern phrase.

variable
str

The alias pattern variable.

type

The type of alias pattern. Known values are: "NotSpecified" and "Extract".