Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OperationalizationCluster

Package version

interface

An interface representing OperationalizationCluster. Instance of an Azure ML Operationalization Cluster resource.

extends

Resource

Hierarchy

Index

Properties

Optional appInsights

member

{AppInsightsProperties} [appInsights] AppInsights configuration.

clusterType

clusterType: ClusterType
member

{ClusterType} clusterType The cluster type. Possible values include: 'ACS', 'Local'

Optional containerRegistry

containerRegistry: ContainerRegistryProperties
member

{ContainerRegistryProperties} [containerRegistry] Container Registry properties.

Optional containerService

containerService: AcsClusterProperties
member

{AcsClusterProperties} [containerService] Parameters for the Azure Container Service cluster.

Optional createdOn

createdOn: Date
member

{Date} [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.

Optional description

description: undefined | string
member

{string} [description] The description of the cluster.

Optional globalServiceConfiguration

globalServiceConfiguration: GlobalServiceConfiguration
member

{GlobalServiceConfiguration} [globalServiceConfiguration] Contains global configuration for the web services in the cluster.

Optional id

id: undefined | string
member

{string} [id] Specifies the resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

location

location: string
member

{string} location Specifies the location of the resource.

Optional modifiedOn

modifiedOn: Date
member

{Date} [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.

Optional name

name: undefined | string
member

{string} [name] Specifies the name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional provisioningErrors

provisioningErrors: ErrorResponseWrapper[]
member

{ErrorResponseWrapper[]} [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.

Optional provisioningState

provisioningState: OperationStatus
member

{OperationStatus} [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.

Optional storageAccount

storageAccount: StorageAccountProperties
member

{StorageAccountProperties} [storageAccount] Storage Account properties.

Optional tags

tags: undefined | object
member

{{ [propertyName: string]: string }} [tags] Contains resource tags defined as key/value pairs.

Optional type

type: undefined | string
member

{string} [type] Specifies the type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc