OperationalizationCluster interface

Instance of an Azure ML Operationalization Cluster resource.

Extends

Properties

appInsights

AppInsights configuration.

clusterType

The cluster type. Possible values include: 'ACS', 'Local'

containerRegistry

Container Registry properties.

containerService

Parameters for the Azure Container Service cluster.

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.

description

The description of the cluster.

globalServiceConfiguration

Contains global configuration for the web services in the cluster.

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.

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.

provisioningState

The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. Possible values include: 'Unknown', 'Updating', 'Creating', 'Deleting', 'Succeeded', 'Failed', 'Canceled' NOTE: This property will not be serialized. It can only be populated by the server.

storageAccount

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

AppInsights configuration.

appInsights?: AppInsightsProperties

Property Value

clusterType

The cluster type. Possible values include: 'ACS', 'Local'

clusterType: ClusterType

Property Value

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. Possible values include: 'Unknown', 'Updating', 'Creating', 'Deleting', 'Succeeded', 'Failed', 'Canceled' NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: OperationStatus

Property Value

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