FieldRestrictions Class
The restrictions that will be placed on a field in the resource by policy.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
msrest.serialization.ModelFieldRestrictions
Constructor
FieldRestrictions(*, restrictions: List[FieldRestriction] | None = None, **kwargs)
Parameters
Name | Description |
---|---|
restrictions
Required
|
The restrictions placed on that field by policy. |
Keyword-Only Parameters
Name | Description |
---|---|
restrictions
Required
|
|
Variables
Name | Description |
---|---|
field
|
The name of the field. This can be a top-level property like 'name' or 'type' or an Azure Policy field alias. |
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