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. |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python