PendingField Class
A field that should be evaluated against Azure Policy to determine restrictions.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelPendingField
Constructor
PendingField(*, field: str, values: List[str] | None = None, **kwargs)
Parameters
Name | Description |
---|---|
field
Required
|
Required. The name of the field. This can be a top-level property like 'name' or 'type' or an Azure Policy field alias. |
values
Required
|
The list of potential values for the field that should be evaluated against Azure Policy. |
Keyword-Only Parameters
Name | Description |
---|---|
field
Required
|
|
values
Required
|
|
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python