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
constructor(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)
Properties
Link copied to clipboard
AppInsights configuration.
Link copied to clipboard
The cluster type.
Link copied to clipboard
Container Registry properties.
Link copied to clipboard
Parameters for the Azure Container Service cluster.
Link copied to clipboard
The description of the cluster.
Link copied to clipboard
Contains global configuration for the web services in the cluster.
Link copied to clipboard
The date and time when the cluster was last modified.
Link copied to clipboard
List of provisioning errors reported by the resource provider.
Link copied to clipboard
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
Link copied to clipboard
Storage Account properties.