OperationalizationCluster interface
Instance of an Azure ML Operationalization Cluster resource.
- Extends
Properties
app |
AppInsights configuration. |
cluster |
The cluster type. |
container |
Container Registry properties. |
container |
Parameters for the Azure Container Service cluster. |
created |
The date and time when the cluster was created. NOTE: This property will not be serialized. It can only be populated by the server. |
description | The description of the cluster. |
global |
Contains global configuration for the web services in the cluster. |
modified |
The date and time when the cluster was last modified. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
List of provisioning errors reported by the resource provider. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. NOTE: This property will not be serialized. It can only be populated by the server. |
storage |
Storage Account properties. |
Inherited Properties
id | Specifies the resource ID. NOTE: This property will not be serialized. It can only be populated by the server. |
location | Specifies the location of the resource. |
name | Specifies the name of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Contains resource tags defined as key/value pairs. |
type | Specifies the type of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
appInsights
clusterType
The cluster type.
clusterType?: string
Property Value
string
containerRegistry
Container Registry properties.
containerRegistry?: ContainerRegistryProperties
Property Value
containerService
Parameters for the Azure Container Service cluster.
containerService?: AcsClusterProperties
Property Value
createdOn
The date and time when the cluster was created. NOTE: This property will not be serialized. It can only be populated by the server.
createdOn?: Date
Property Value
Date
description
The description of the cluster.
description?: string
Property Value
string
globalServiceConfiguration
Contains global configuration for the web services in the cluster.
globalServiceConfiguration?: GlobalServiceConfiguration
Property Value
modifiedOn
The date and time when the cluster was last modified. NOTE: This property will not be serialized. It can only be populated by the server.
modifiedOn?: Date
Property Value
Date
provisioningErrors
List of provisioning errors reported by the resource provider. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningErrors?: ErrorResponseWrapper[]
Property Value
provisioningState
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
storageAccount
Storage Account properties.
storageAccount?: StorageAccountProperties
Property Value
Inherited Property Details
id
Specifies the resource ID. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
location
Specifies the location of the resource.
location: string
Property Value
string
Inherited From Resource.location
name
Specifies the name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
tags
Contains resource tags defined as key/value pairs.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
Specifies the type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type
Azure SDK for JavaScript