AliasPattern Class

The type of the pattern for an alias path.

Inheritance
AliasPattern

Constructor

AliasPattern(*, phrase: Optional[str] = None, variable: Optional[str] = None, type: Optional[Union[str, azure.mgmt.resource.resources.v2021_01_01.models._resource_management_client_enums.AliasPatternType]] = None, **kwargs)

Variables

phrase
str

The alias pattern phrase.

variable
str

The alias pattern variable.

type
str or AliasPatternType

The type of alias pattern. Possible values include: "NotSpecified", "Extract".