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. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python