次の方法で共有


AliasPattern クラス

エイリアス パスのパターンの型。

継承
azure.mgmt.resource.resources._serialization.Model
AliasPattern

コンストラクター

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

Keyword-Only パラメータ

名前 説明
phrase
str

エイリアス パターン フレーズ。

variable
str

エイリアス パターン変数。

type
str または AliasPatternType

エイリアス パターンの型。 既知の値は、"NotSpecified" と "Extract" です。

変数

名前 説明
phrase
str

エイリアス パターン フレーズ。

variable
str

エイリアス パターン変数。

type
str または AliasPatternType

エイリアス パターンの型。 既知の値は、"NotSpecified" と "Extract" です。