CheckRestrictionsRequest Class
The check policy restrictions parameters describing the resource that is being evaluated.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelCheckRestrictionsRequest
Constructor
CheckRestrictionsRequest(*, resource_details: CheckRestrictionsResourceDetails, pending_fields: List[PendingField] | None = None, **kwargs)
Parameters
Name | Description |
---|---|
resource_details
Required
|
Required. The information about the resource that will be evaluated. |
pending_fields
Required
|
The list of fields and values that should be evaluated for potential restrictions. |
Keyword-Only Parameters
Name | Description |
---|---|
resource_details
Required
|
|
pending_fields
Required
|
|
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