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.Model
CheckRestrictionsResourceDetails

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
str

The api-version of the resource content.

scope
Required
str

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