Get Operationalization Cluster Result
data class GetOperationalizationClusterResult(val appInsights: AppInsightsPropertiesResponse? = null, val clusterType: String, val containerRegistry: ContainerRegistryPropertiesResponse? = null, val containerService: AcsClusterPropertiesResponse? = null, val createdOn: String, val description: String? = null, val globalServiceConfiguration: GlobalServiceConfigurationResponse? = null, val id: String, val location: String, val modifiedOn: String, val name: String, val provisioningErrors: List<ErrorResponseWrapperResponse>, val provisioningState: String, val storageAccount: StorageAccountPropertiesResponse? = null, val tags: Map<String, String>? = null, val type: String)
Instance of an Azure ML Operationalization Cluster resource.
Constructors
Link copied to clipboard
fun GetOperationalizationClusterResult(appInsights: AppInsightsPropertiesResponse? = null, clusterType: String, containerRegistry: ContainerRegistryPropertiesResponse? = null, containerService: AcsClusterPropertiesResponse? = null, createdOn: String, description: String? = null, globalServiceConfiguration: GlobalServiceConfigurationResponse? = null, id: String, location: String, modifiedOn: String, name: String, provisioningErrors: List<ErrorResponseWrapperResponse>, provisioningState: String, storageAccount: StorageAccountPropertiesResponse? = null, tags: Map<String, String>? = null, type: String)