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
|
|
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Python