Get CGProfile Result
constructor(azureApiVersion: String, confidentialComputeProperties: ConfidentialComputePropertiesResponse? = null, containers: List<ContainerResponse>? = null, diagnostics: ContainerGroupDiagnosticsResponse? = null, encryptionProperties: EncryptionPropertiesResponse? = null, extensions: List<DeploymentExtensionSpecResponse>? = null, id: String, imageRegistryCredentials: List<ImageRegistryCredentialResponse>? = null, initContainers: List<InitContainerDefinitionResponse>? = null, ipAddress: IpAddressResponse? = null, location: String? = null, name: String, osType: String? = null, priority: String? = null, registeredRevisions: List<Double>? = null, restartPolicy: String? = null, revision: Double? = null, securityContext: SecurityContextDefinitionResponse? = null, shutdownGracePeriod: String? = null, sku: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, timeToLive: String? = null, type: String, useKrypton: Boolean? = null, volumes: List<VolumeResponse>? = null, zones: List<String>? = null)