CheckRestrictionsResourceDetails Class
The information about the resource that will be evaluated.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelCheckRestrictionsResourceDetails
Constructor
CheckRestrictionsResourceDetails(*, resource_content: object, api_version: str | None = None, scope: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
resource_content
Required
|
Required. The resource content. This should include whatever properties are already known and can be a partial set of all resource properties. |
api_version
Required
|
The api-version of the resource content. |
scope
Required
|
The scope where the resource is being created. For example, if the resource is a child resource this would be the parent resource's resource ID. |
Keyword-Only Parameters
Name | Description |
---|---|
resource_content
Required
|
|
api_version
Required
|
|
scope
Required
|
|
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