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
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python