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
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python