Selector クラス
セレクター式。
- 継承
-
azure.mgmt.resource.policy._serialization.ModelSelector
コンストラクター
Selector(*, kind: str | _models.SelectorKind | None = None, in_property: List[str] | None = None, not_in: List[str] | None = None, **kwargs: Any)
Keyword-Only パラメータ
名前 | 説明 |
---|---|
kind
|
str または
SelectorKind
セレクターの種類。 既知の値は、"resourceLocation"、"resourceType"、"resourceWithoutLocation"、"policyDefinitionReferenceId" です。 |
in_property
|
フィルター処理する値の一覧。 |
not_in
|
除外する値の一覧。 |
変数
名前 | 説明 |
---|---|
kind
|
str または
SelectorKind
セレクターの種類。 既知の値は、"resourceLocation"、"resourceType"、"resourceWithoutLocation"、"policyDefinitionReferenceId" です。 |
in_property
|
フィルター処理する値の一覧。 |
not_in
|
除外する値の一覧。 |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python