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
|
|
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python