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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python