Get Curation Profile Result
data class GetCurationProfileResult(val azureApiVersion: String, val id: String, val name: String, val provisioningState: String, val resourcePolicies: List<ResourcePolicyResponse>? = null, val scopes: List<String>? = null, val systemData: SystemDataResponse, val type: String)
Represents an curation profile resource.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, provisioningState: String, resourcePolicies: List<ResourcePolicyResponse>? = null, scopes: List<String>? = null, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The provisioning state of the resource.
Link copied to clipboard
Resource policies that are a part of this curation profile.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.