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
|
|
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Python