Options
All
  • Public
  • Public/Protected
  • All
Menu

@azure/arm-machinelearningservices

Package version

Index

Classes

Interfaces

Type aliases

Variables

Object literals

Type aliases

AllocationState

AllocationState: "Steady" | "Resizing"

Defines values for AllocationState. Possible values include: 'Steady', 'Resizing'

readonly
enum

{string}

ComputeNodesInformationUnion

ComputeNodesInformationUnion: ComputeNodesInformation | AmlComputeNodesInformation

Contains the possible cases for ComputeNodesInformation.

ComputeSecretsUnion

Contains the possible cases for ComputeSecrets.

ComputeType

ComputeType: "AKS" | "AmlCompute" | "DataFactory" | "VirtualMachine" | "HDInsight" | "Databricks" | "DataLakeAnalytics"

Defines values for ComputeType. Possible values include: 'AKS', 'AmlCompute', 'DataFactory', 'VirtualMachine', 'HDInsight', 'Databricks', 'DataLakeAnalytics'

readonly
enum

{string}

ComputeUnion

Contains the possible cases for Compute.

MachineLearningComputeBeginUpdateResponse

MachineLearningComputeBeginUpdateResponse: ComputeResource & object

Contains response data for the beginUpdate operation.

MachineLearningComputeCreateOrUpdateResponse

MachineLearningComputeCreateOrUpdateResponse: ComputeResource & MachineLearningComputeCreateOrUpdateHeaders & object

Contains response data for the createOrUpdate operation.

MachineLearningComputeDeleteResponse

MachineLearningComputeDeleteResponse: MachineLearningComputeDeleteHeaders & object

Contains response data for the deleteMethod operation.

MachineLearningComputeGetResponse

MachineLearningComputeGetResponse: ComputeResource & object

Contains response data for the get operation.

MachineLearningComputeListByWorkspaceNextResponse

MachineLearningComputeListByWorkspaceNextResponse: PaginatedComputeResourcesList & object

Contains response data for the listByWorkspaceNext operation.

MachineLearningComputeListByWorkspaceResponse

MachineLearningComputeListByWorkspaceResponse: PaginatedComputeResourcesList & object

Contains response data for the listByWorkspace operation.

MachineLearningComputeListKeysResponse

MachineLearningComputeListKeysResponse: ComputeSecretsUnion & object

Contains response data for the listKeys operation.

MachineLearningComputeListNodesResponse

MachineLearningComputeListNodesResponse: AmlComputeNodesInformation & object

Contains response data for the listNodes operation.

MachineLearningComputeUpdateResponse

MachineLearningComputeUpdateResponse: ComputeResource & object

Contains response data for the update operation.

OperationsListResponse

OperationsListResponse: OperationListResult & object

Contains response data for the list operation.

ProvisioningState

ProvisioningState: "Unknown" | "Updating" | "Creating" | "Deleting" | "Succeeded" | "Failed" | "Canceled"

Defines values for ProvisioningState. Possible values include: 'Unknown', 'Updating', 'Creating', 'Deleting', 'Succeeded', 'Failed', 'Canceled'

readonly
enum

{string}

ResourceIdentityType

ResourceIdentityType: "SystemAssigned"

Defines values for ResourceIdentityType. Possible values include: 'SystemAssigned'

readonly
enum

{string}

Status

Status: "Disabled" | "Enabled"

Defines values for Status. Possible values include: 'Disabled', 'Enabled'

readonly
enum

{string}

UnderlyingResourceAction

UnderlyingResourceAction: "Delete" | "Detach"

Defines values for UnderlyingResourceAction. Possible values include: 'Delete', 'Detach'

readonly
enum

{string}

UsageUnit

UsageUnit: "Count"

Defines values for UsageUnit. Possible values include: 'Count'

readonly
enum

{string}

UsagesListNextResponse

UsagesListNextResponse: ListUsagesResult & object

Contains response data for the listNext operation.

UsagesListResponse

UsagesListResponse: ListUsagesResult & object

Contains response data for the list operation.

VirtualMachineSizesListResponse

VirtualMachineSizesListResponse: VirtualMachineSizeListResult & object

Contains response data for the list operation.

VmPriority

VmPriority: "Dedicated" | "LowPriority"

Defines values for VmPriority. Possible values include: 'Dedicated', 'LowPriority'

readonly
enum

{string}

WorkspacesCreateOrUpdateResponse

WorkspacesCreateOrUpdateResponse: Workspace & object

Contains response data for the createOrUpdate operation.

WorkspacesGetResponse

WorkspacesGetResponse: Workspace & object

Contains response data for the get operation.

WorkspacesListByResourceGroupNextResponse

WorkspacesListByResourceGroupNextResponse: WorkspaceListResult & object

Contains response data for the listByResourceGroupNext operation.

WorkspacesListByResourceGroupResponse

WorkspacesListByResourceGroupResponse: WorkspaceListResult & object

Contains response data for the listByResourceGroup operation.

WorkspacesListBySubscriptionNextResponse

WorkspacesListBySubscriptionNextResponse: WorkspaceListResult & object

Contains response data for the listBySubscriptionNext operation.

WorkspacesListBySubscriptionResponse

WorkspacesListBySubscriptionResponse: WorkspaceListResult & object

Contains response data for the listBySubscription operation.

WorkspacesListKeysResponse

WorkspacesListKeysResponse: ListWorkspaceKeysResult & object

Contains response data for the listKeys operation.

WorkspacesUpdateResponse

WorkspacesUpdateResponse: Workspace & object

Contains response data for the update operation.

Variables

Const BaseResource

BaseResource: any = BaseResourceMapper

Const CloudError

CloudError: any = CloudErrorMapper

Object literals

Const AKS

AKS: object

serializedName

serializedName: string = "AKS"

type

type: object

className

className: string = "AKS"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = Compute.type.polymorphicDiscriminator

uberParent

uberParent: string = "Compute"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "AKSProperties"

name

name: string = "Composite"

Const AKSProperties

AKSProperties: object

serializedName

serializedName: string = "AKS_properties"

type

type: object

className

className: string = "AKSProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

agentCount

agentCount: object

serializedName

serializedName: string = "agentCount"

constraints

constraints: object

InclusiveMinimum

InclusiveMinimum: number = 1

type

type: object

name

name: string = "Number"

agentVMSize

agentVMSize: object

serializedName

serializedName: string = "agentVMSize"

type

type: object

name

name: string = "String"

aksNetworkingConfiguration

aksNetworkingConfiguration: object

serializedName

serializedName: string = "aksNetworkingConfiguration"

type

type: object

className

className: string = "AksNetworkingConfiguration"

name

name: string = "Composite"

clusterFqdn

clusterFqdn: object

serializedName

serializedName: string = "clusterFqdn"

type

type: object

name

name: string = "String"

sslConfiguration

sslConfiguration: object

serializedName

serializedName: string = "sslConfiguration"

type

type: object

className

className: string = "SslConfiguration"

name

name: string = "Composite"

systemServices

systemServices: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "systemServices"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "SystemService"

name

name: string = "Composite"

Const AksComputeSecrets

AksComputeSecrets: object

serializedName

serializedName: string = "AKS"

type

type: object

className

className: string = "AksComputeSecrets"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = ComputeSecrets.type.polymorphicDiscriminator

uberParent

uberParent: string = "ComputeSecrets"

modelProperties

modelProperties: object

adminKubeConfig

adminKubeConfig: object

serializedName

serializedName: string = "adminKubeConfig"

type

type: object

name

name: string = "String"

imagePullSecretName

imagePullSecretName: object

serializedName

serializedName: string = "imagePullSecretName"

type

type: object

name

name: string = "String"

userKubeConfig

userKubeConfig: object

serializedName

serializedName: string = "userKubeConfig"

type

type: object

name

name: string = "String"

Const AksNetworkingConfiguration

AksNetworkingConfiguration: object

serializedName

serializedName: string = "AksNetworkingConfiguration"

type

type: object

className

className: string = "AksNetworkingConfiguration"

name

name: string = "Composite"

modelProperties

modelProperties: object

dnsServiceIP

dnsServiceIP: object

serializedName

serializedName: string = "dnsServiceIP"

constraints

constraints: object

Pattern

Pattern: RegExp = /^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/

type

type: object

name

name: string = "String"

dockerBridgeCidr

dockerBridgeCidr: object

serializedName

serializedName: string = "dockerBridgeCidr"

constraints

constraints: object

Pattern

Pattern: RegExp = /^([0-9]{1,3}\.){3}[0-9]{1,3}(\/([0-9]|[1-2][0-9]|3[0-2]))?$/

type

type: object

name

name: string = "String"

serviceCidr

serviceCidr: object

serializedName

serializedName: string = "serviceCidr"

constraints

constraints: object

Pattern

Pattern: RegExp = /^([0-9]{1,3}\.){3}[0-9]{1,3}(\/([0-9]|[1-2][0-9]|3[0-2]))?$/

type

type: object

name

name: string = "String"

subnetId

subnetId: object

serializedName

serializedName: string = "subnetId"

type

type: object

name

name: string = "String"

Const AmlCompute

AmlCompute: object

serializedName

serializedName: string = "AmlCompute"

type

type: object

className

className: string = "AmlCompute"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = Compute.type.polymorphicDiscriminator

uberParent

uberParent: string = "Compute"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "AmlComputeProperties"

name

name: string = "Composite"

Const AmlComputeNodeInformation

AmlComputeNodeInformation: object

serializedName

serializedName: string = "AmlCompute"

type

type: object

className

className: string = "AmlComputeNodeInformation"

name

name: string = "Composite"

modelProperties

modelProperties: object

ipAddress

ipAddress: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "ipAddress"

type

type: object

name

name: string = "String"

nodeId

nodeId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "nodeId"

type

type: object

name

name: string = "String"

port

port: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "port"

type

type: object

name

name: string = "Number"

Const AmlComputeNodesInformation

AmlComputeNodesInformation: object

serializedName

serializedName: string = "AmlCompute"

type

type: object

className

className: string = "AmlComputeNodesInformation"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = ComputeNodesInformation.type.polymorphicDiscriminator

uberParent

uberParent: string = "ComputeNodesInformation"

modelProperties

modelProperties: object

nodes

nodes: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "nodes"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "AmlComputeNodeInformation"

name

name: string = "Composite"

Const AmlComputeProperties

AmlComputeProperties: object

serializedName

serializedName: string = "AmlCompute_properties"

type

type: object

className

className: string = "AmlComputeProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

allocationState

allocationState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "allocationState"

type

type: object

name

name: string = "String"

allocationStateTransitionTime

allocationStateTransitionTime: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "allocationStateTransitionTime"

type

type: object

name

name: string = "DateTime"

currentNodeCount

currentNodeCount: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "currentNodeCount"

type

type: object

name

name: string = "Number"

errors

errors: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "errors"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "MachineLearningServiceError"

name

name: string = "Composite"

nodeStateCounts

nodeStateCounts: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "nodeStateCounts"

type

type: object

className

className: string = "NodeStateCounts"

name

name: string = "Composite"

scaleSettings

scaleSettings: object

serializedName

serializedName: string = "scaleSettings"

type

type: object

className

className: string = "ScaleSettings"

name

name: string = "Composite"

subnet

subnet: object

serializedName

serializedName: string = "subnet"

type

type: object

className

className: string = "ResourceId"

name

name: string = "Composite"

targetNodeCount

targetNodeCount: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "targetNodeCount"

type

type: object

name

name: string = "Number"

userAccountCredentials

userAccountCredentials: object

serializedName

serializedName: string = "userAccountCredentials"

type

type: object

className

className: string = "UserAccountCredentials"

name

name: string = "Composite"

vmPriority

vmPriority: object

serializedName

serializedName: string = "vmPriority"

type

type: object

name

name: string = "String"

vmSize

vmSize: object

serializedName

serializedName: string = "vmSize"

type

type: object

name

name: string = "String"

Const ClusterUpdateParameters

ClusterUpdateParameters: object

serializedName

serializedName: string = "ClusterUpdateParameters"

type

type: object

className

className: string = "ClusterUpdateParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

scaleSettings

scaleSettings: object

serializedName

serializedName: string = "properties.scaleSettings"

type

type: object

className

className: string = "ScaleSettings"

name

name: string = "Composite"

Const Compute

Compute: object

serializedName

serializedName: string = "Compute"

type

type: object

className

className: string = "Compute"

name

name: string = "Composite"

uberParent

uberParent: string = "Compute"

modelProperties

modelProperties: object

computeLocation

computeLocation: object

serializedName

serializedName: string = "computeLocation"

type

type: object

name

name: string = "String"

computeType

computeType: object

required

required: boolean = true

serializedName

serializedName: string = "computeType"

type

type: object

name

name: string = "String"

createdOn

createdOn: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "createdOn"

type

type: object

name

name: string = "DateTime"

description

description: object

serializedName

serializedName: string = "description"

type

type: object

name

name: string = "String"

isAttachedCompute

isAttachedCompute: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "isAttachedCompute"

type

type: object

name

name: string = "Boolean"

modifiedOn

modifiedOn: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "modifiedOn"

type

type: object

name

name: string = "DateTime"

provisioningErrors

provisioningErrors: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "provisioningErrors"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "MachineLearningServiceError"

name

name: string = "Composite"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "provisioningState"

type

type: object

name

name: string = "String"

resourceId

resourceId: object

serializedName

serializedName: string = "resourceId"

type

type: object

name

name: string = "String"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "computeType"

serializedName

serializedName: string = "computeType"

Const ComputeNodesInformation

ComputeNodesInformation: object

serializedName

serializedName: string = "ComputeNodesInformation"

type

type: object

className

className: string = "ComputeNodesInformation"

name

name: string = "Composite"

uberParent

uberParent: string = "ComputeNodesInformation"

modelProperties

modelProperties: object

computeType

computeType: object

required

required: boolean = true

serializedName

serializedName: string = "computeType"

type

type: object

name

name: string = "String"

nextLink

nextLink: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "computeType"

serializedName

serializedName: string = "computeType"

Const ComputeResource

ComputeResource: object

serializedName

serializedName: string = "ComputeResource"

type

type: object

className

className: string = "ComputeResource"

name

name: string = "Composite"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "Compute"

name

name: string = "Composite"

Const ComputeSecrets

ComputeSecrets: object

serializedName

serializedName: string = "ComputeSecrets"

type

type: object

className

className: string = "ComputeSecrets"

name

name: string = "Composite"

uberParent

uberParent: string = "ComputeSecrets"

modelProperties

modelProperties: object

computeType

computeType: object

required

required: boolean = true

serializedName

serializedName: string = "computeType"

type

type: object

name

name: string = "String"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "computeType"

serializedName

serializedName: string = "computeType"

Const DataFactory

DataFactory: object

serializedName

serializedName: string = "DataFactory"

type

type: object

className

className: string = "DataFactory"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = Compute.type.polymorphicDiscriminator

uberParent

uberParent: string = "Compute"

modelProperties

modelProperties: object

Const DataLakeAnalytics

DataLakeAnalytics: object

serializedName

serializedName: string = "DataLakeAnalytics"

type

type: object

className

className: string = "DataLakeAnalytics"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = Compute.type.polymorphicDiscriminator

uberParent

uberParent: string = "Compute"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "DataLakeAnalyticsProperties"

name

name: string = "Composite"

Const DataLakeAnalyticsProperties

DataLakeAnalyticsProperties: object

serializedName

serializedName: string = "DataLakeAnalytics_properties"

type

type: object

className

className: string = "DataLakeAnalyticsProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

dataLakeStoreAccountName

dataLakeStoreAccountName: object

serializedName

serializedName: string = "dataLakeStoreAccountName"

type

type: object

name

name: string = "String"

Const Databricks

Databricks: object

serializedName

serializedName: string = "Databricks"

type

type: object

className

className: string = "Databricks"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = Compute.type.polymorphicDiscriminator

uberParent

uberParent: string = "Compute"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "DatabricksProperties"

name

name: string = "Composite"

Const DatabricksComputeSecrets

DatabricksComputeSecrets: object

serializedName

serializedName: string = "Databricks"

type

type: object

className

className: string = "DatabricksComputeSecrets"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = ComputeSecrets.type.polymorphicDiscriminator

uberParent

uberParent: string = "ComputeSecrets"

modelProperties

modelProperties: object

databricksAccessToken

databricksAccessToken: object

serializedName

serializedName: string = "databricksAccessToken"

type

type: object

name

name: string = "String"

Const DatabricksProperties

DatabricksProperties: object

serializedName

serializedName: string = "Databricks_properties"

type

type: object

className

className: string = "DatabricksProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

databricksAccessToken

databricksAccessToken: object

serializedName

serializedName: string = "databricksAccessToken"

type

type: object

name

name: string = "String"

Const ErrorDetail

ErrorDetail: object

serializedName

serializedName: string = "ErrorDetail"

type

type: object

className

className: string = "ErrorDetail"

name

name: string = "Composite"

modelProperties

modelProperties: object

code

code: object

required

required: boolean = true

serializedName

serializedName: string = "code"

type

type: object

name

name: string = "String"

message

message: object

required

required: boolean = true

serializedName

serializedName: string = "message"

type

type: object

name

name: string = "String"

Const ErrorResponse

ErrorResponse: object

serializedName

serializedName: string = "ErrorResponse"

type

type: object

className

className: string = "ErrorResponse"

name

name: string = "Composite"

modelProperties

modelProperties: object

code

code: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "code"

type

type: object

name

name: string = "String"

details

details: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "details"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ErrorDetail"

name

name: string = "Composite"

message

message: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "message"

type

type: object

name

name: string = "String"

Const HDInsight

HDInsight: object

serializedName

serializedName: string = "HDInsight"

type

type: object

className

className: string = "HDInsight"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = Compute.type.polymorphicDiscriminator

uberParent

uberParent: string = "Compute"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "HDInsightProperties"

name

name: string = "Composite"

Const HDInsightProperties

HDInsightProperties: object

serializedName

serializedName: string = "HDInsight_properties"

type

type: object

className

className: string = "HDInsightProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

address

address: object

serializedName

serializedName: string = "address"

type

type: object

name

name: string = "String"

administratorAccount

administratorAccount: object

serializedName

serializedName: string = "administratorAccount"

type

type: object

className

className: string = "VirtualMachineSshCredentials"

name

name: string = "Composite"

sshPort

sshPort: object

serializedName

serializedName: string = "sshPort"

type

type: object

name

name: string = "Number"

Const Identity

Identity: object

serializedName

serializedName: string = "Identity"

type

type: object

className

className: string = "Identity"

name

name: string = "Composite"

modelProperties

modelProperties: object

principalId

principalId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "principalId"

type

type: object

name

name: string = "String"

tenantId

tenantId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "tenantId"

type

type: object

name

name: string = "String"

type

type: object

serializedName

serializedName: string = "type"

type

type: object

allowedValues

allowedValues: string[] = ["SystemAssigned"]

name

name: string = "Enum"

Const ListUsagesResult

ListUsagesResult: object

serializedName

serializedName: string = "ListUsagesResult"

type

type: object

className

className: string = "ListUsagesResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = ""

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "Usage"

name

name: string = "Composite"

Const ListWorkspaceKeysResult

ListWorkspaceKeysResult: object

serializedName

serializedName: string = "ListWorkspaceKeysResult"

type

type: object

className

className: string = "ListWorkspaceKeysResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

appInsightsInstrumentationKey

appInsightsInstrumentationKey: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "appInsightsInstrumentationKey"

type

type: object

name

name: string = "String"

containerRegistryCredentials

containerRegistryCredentials: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "containerRegistryCredentials"

type

type: object

className

className: string = "RegistryListCredentialsResult"

name

name: string = "Composite"

userStorageKey

userStorageKey: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "userStorageKey"

type

type: object

name

name: string = "String"

userStorageResourceId

userStorageResourceId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "userStorageResourceId"

type

type: object

name

name: string = "String"

Const MachineLearningComputeCreateOrUpdateHeaders

MachineLearningComputeCreateOrUpdateHeaders: object

serializedName

serializedName: string = "machinelearningcompute-createorupdate-headers"

type

type: object

className

className: string = "MachineLearningComputeCreateOrUpdateHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

azureAsyncOperation

azureAsyncOperation: object

serializedName

serializedName: string = "azure-asyncoperation"

type

type: object

name

name: string = "String"

Const MachineLearningComputeDeleteHeaders

MachineLearningComputeDeleteHeaders: object

serializedName

serializedName: string = "machinelearningcompute-delete-headers"

type

type: object

className

className: string = "MachineLearningComputeDeleteHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

azureAsyncOperation

azureAsyncOperation: object

serializedName

serializedName: string = "azure-asyncoperation"

type

type: object

name

name: string = "String"

location

location: object

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

Const MachineLearningServiceError

MachineLearningServiceError: object

serializedName

serializedName: string = "MachineLearningServiceError"

type

type: object

className

className: string = "MachineLearningServiceError"

name

name: string = "Composite"

modelProperties

modelProperties: object

error

error: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "error"

type

type: object

className

className: string = "ErrorResponse"

name

name: string = "Composite"

Const NodeStateCounts

NodeStateCounts: object

serializedName

serializedName: string = "NodeStateCounts"

type

type: object

className

className: string = "NodeStateCounts"

name

name: string = "Composite"

modelProperties

modelProperties: object

idleNodeCount

idleNodeCount: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "idleNodeCount"

type

type: object

name

name: string = "Number"

leavingNodeCount

leavingNodeCount: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "leavingNodeCount"

type

type: object

name

name: string = "Number"

preemptedNodeCount

preemptedNodeCount: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "preemptedNodeCount"

type

type: object

name

name: string = "Number"

preparingNodeCount

preparingNodeCount: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "preparingNodeCount"

type

type: object

name

name: string = "Number"

runningNodeCount

runningNodeCount: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "runningNodeCount"

type

type: object

name

name: string = "Number"

unusableNodeCount

unusableNodeCount: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "unusableNodeCount"

type

type: object

name

name: string = "Number"

Const Operation

Operation: object

serializedName

serializedName: string = "Operation"

type

type: object

className

className: string = "Operation"

name

name: string = "Composite"

modelProperties

modelProperties: object

display

display: object

serializedName

serializedName: string = "display"

type

type: object

className

className: string = "OperationDisplay"

name

name: string = "Composite"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

Const OperationDisplay

OperationDisplay: object

serializedName

serializedName: string = "Operation_display"

type

type: object

className

className: string = "OperationDisplay"

name

name: string = "Composite"

modelProperties

modelProperties: object

description

description: object

serializedName

serializedName: string = "description"

type

type: object

name

name: string = "String"

operation

operation: object

serializedName

serializedName: string = "operation"

type

type: object

name

name: string = "String"

provider

provider: object

serializedName

serializedName: string = "provider"

type

type: object

name

name: string = "String"

resource

resource: object

serializedName

serializedName: string = "resource"

type

type: object

name

name: string = "String"

Const OperationListResult

OperationListResult: object

serializedName

serializedName: string = "OperationListResult"

type

type: object

className

className: string = "OperationListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

value

value: object

serializedName

serializedName: string = ""

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "Operation"

name

name: string = "Composite"

Const PaginatedComputeResourcesList

PaginatedComputeResourcesList: object

serializedName

serializedName: string = "PaginatedComputeResourcesList"

type

type: object

className

className: string = "PaginatedComputeResourcesList"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = ""

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ComputeResource"

name

name: string = "Composite"

Const Password

Password: object

serializedName

serializedName: string = "Password"

type

type: object

className

className: string = "Password"

name

name: string = "Composite"

modelProperties

modelProperties: object

name

name: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

value

value: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "String"

Const RegistryListCredentialsResult

RegistryListCredentialsResult: object

serializedName

serializedName: string = "RegistryListCredentialsResult"

type

type: object

className

className: string = "RegistryListCredentialsResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

location

location: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

passwords

passwords: object

serializedName

serializedName: string = "passwords"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "Password"

name

name: string = "Composite"

username

username: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "username"

type

type: object

name

name: string = "String"

Const Resource

Resource: object

serializedName

serializedName: string = "Resource"

type

type: object

className

className: string = "Resource"

name

name: string = "Composite"

modelProperties

modelProperties: object

id

id: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

identity

identity: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "identity"

type

type: object

className

className: string = "Identity"

name

name: string = "Composite"

location

location: object

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

name

name: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

tags

tags: object

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

type

type: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const ResourceId

ResourceId: object

serializedName

serializedName: string = "ResourceId"

type

type: object

className

className: string = "ResourceId"

name

name: string = "Composite"

modelProperties

modelProperties: object

id

id: object

required

required: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

Const ScaleSettings

ScaleSettings: object

serializedName

serializedName: string = "ScaleSettings"

type

type: object

className

className: string = "ScaleSettings"

name

name: string = "Composite"

modelProperties

modelProperties: object

maxNodeCount

maxNodeCount: object

required

required: boolean = true

serializedName

serializedName: string = "maxNodeCount"

type

type: object

name

name: string = "Number"

minNodeCount

minNodeCount: object

defaultValue

defaultValue: number = 0

serializedName

serializedName: string = "minNodeCount"

type

type: object

name

name: string = "Number"

nodeIdleTimeBeforeScaleDown

nodeIdleTimeBeforeScaleDown: object

serializedName

serializedName: string = "nodeIdleTimeBeforeScaleDown"

type

type: object

name

name: string = "TimeSpan"

Const ServicePrincipalCredentials

ServicePrincipalCredentials: object

serializedName

serializedName: string = "ServicePrincipalCredentials"

type

type: object

className

className: string = "ServicePrincipalCredentials"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientId

clientId: object

required

required: boolean = true

serializedName

serializedName: string = "clientId"

type

type: object

name

name: string = "String"

clientSecret

clientSecret: object

required

required: boolean = true

serializedName

serializedName: string = "clientSecret"

type

type: object

name

name: string = "String"

Const SslConfiguration

SslConfiguration: object

serializedName

serializedName: string = "SslConfiguration"

type

type: object

className

className: string = "SslConfiguration"

name

name: string = "Composite"

modelProperties

modelProperties: object

cert

cert: object

serializedName

serializedName: string = "cert"

type

type: object

name

name: string = "String"

cname

cname: object

serializedName

serializedName: string = "cname"

type

type: object

name

name: string = "String"

key

key: object

serializedName

serializedName: string = "key"

type

type: object

name

name: string = "String"

status

status: object

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

Const SystemService

SystemService: object

serializedName

serializedName: string = "SystemService"

type

type: object

className

className: string = "SystemService"

name

name: string = "Composite"

modelProperties

modelProperties: object

publicIpAddress

publicIpAddress: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "publicIpAddress"

type

type: object

name

name: string = "String"

systemServiceType

systemServiceType: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "systemServiceType"

type

type: object

name

name: string = "String"

version

version: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "version"

type

type: object

name

name: string = "String"

Const Usage

Usage: object

serializedName

serializedName: string = "Usage"

type

type: object

className

className: string = "Usage"

name

name: string = "Composite"

modelProperties

modelProperties: object

currentValue

currentValue: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "currentValue"

type

type: object

name

name: string = "Number"

id

id: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

limit

limit: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "limit"

type

type: object

name

name: string = "Number"

name

name: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "name"

type

type: object

className

className: string = "UsageName"

name

name: string = "Composite"

type

type: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

unit

unit: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "unit"

type

type: object

name

name: string = "String"

Const UsageName

UsageName: object

serializedName

serializedName: string = "UsageName"

type

type: object

className

className: string = "UsageName"

name

name: string = "Composite"

modelProperties

modelProperties: object

localizedValue

localizedValue: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "localizedValue"

type

type: object

name

name: string = "String"

value

value: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "String"

Const UserAccountCredentials

UserAccountCredentials: object

serializedName

serializedName: string = "UserAccountCredentials"

type

type: object

className

className: string = "UserAccountCredentials"

name

name: string = "Composite"

modelProperties

modelProperties: object

adminUserName

adminUserName: object

required

required: boolean = true

serializedName

serializedName: string = "adminUserName"

type

type: object

name

name: string = "String"

adminUserPassword

adminUserPassword: object

serializedName

serializedName: string = "adminUserPassword"

type

type: object

name

name: string = "String"

adminUserSshPublicKey

adminUserSshPublicKey: object

serializedName

serializedName: string = "adminUserSshPublicKey"

type

type: object

name

name: string = "String"

Const VirtualMachine

VirtualMachine: object

serializedName

serializedName: string = "VirtualMachine"

type

type: object

className

className: string = "VirtualMachine"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = Compute.type.polymorphicDiscriminator

uberParent

uberParent: string = "Compute"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "VirtualMachineProperties"

name

name: string = "Composite"

Const VirtualMachineProperties

VirtualMachineProperties: object

serializedName

serializedName: string = "VirtualMachine_properties"

type

type: object

className

className: string = "VirtualMachineProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

address

address: object

serializedName

serializedName: string = "address"

type

type: object

name

name: string = "String"

administratorAccount

administratorAccount: object

serializedName

serializedName: string = "administratorAccount"

type

type: object

className

className: string = "VirtualMachineSshCredentials"

name

name: string = "Composite"

sshPort

sshPort: object

serializedName

serializedName: string = "sshPort"

type

type: object

name

name: string = "Number"

virtualMachineSize

virtualMachineSize: object

serializedName

serializedName: string = "virtualMachineSize"

type

type: object

name

name: string = "String"

Const VirtualMachineSecrets

VirtualMachineSecrets: object

serializedName

serializedName: string = "VirtualMachine"

type

type: object

className

className: string = "VirtualMachineSecrets"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = ComputeSecrets.type.polymorphicDiscriminator

uberParent

uberParent: string = "ComputeSecrets"

modelProperties

modelProperties: object

administratorAccount

administratorAccount: object

serializedName

serializedName: string = "administratorAccount"

type

type: object

className

className: string = "VirtualMachineSshCredentials"

name

name: string = "Composite"

Const VirtualMachineSize

VirtualMachineSize: object

serializedName

serializedName: string = "VirtualMachineSize"

type

type: object

className

className: string = "VirtualMachineSize"

name

name: string = "Composite"

modelProperties

modelProperties: object

family

family: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "family"

type

type: object

name

name: string = "String"

lowPriorityCapable

lowPriorityCapable: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "lowPriorityCapable"

type

type: object

name

name: string = "Boolean"

maxResourceVolumeMB

maxResourceVolumeMB: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "maxResourceVolumeMB"

type

type: object

name

name: string = "Number"

memoryGB

memoryGB: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "memoryGB"

type

type: object

name

name: string = "Number"

name

name: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

osVhdSizeMB

osVhdSizeMB: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "osVhdSizeMB"

type

type: object

name

name: string = "Number"

premiumIO

premiumIO: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "premiumIO"

type

type: object

name

name: string = "Boolean"

vCPUs

vCPUs: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "vCPUs"

type

type: object

name

name: string = "Number"

Const VirtualMachineSizeListResult

VirtualMachineSizeListResult: object

serializedName

serializedName: string = "VirtualMachineSizeListResult"

type

type: object

className

className: string = "VirtualMachineSizeListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

amlCompute

amlCompute: object

serializedName

serializedName: string = "amlCompute"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "VirtualMachineSize"

name

name: string = "Composite"

Const VirtualMachineSshCredentials

VirtualMachineSshCredentials: object

serializedName

serializedName: string = "VirtualMachineSshCredentials"

type

type: object

className

className: string = "VirtualMachineSshCredentials"

name

name: string = "Composite"

modelProperties

modelProperties: object

password

password: object

serializedName

serializedName: string = "password"

type

type: object

name

name: string = "String"

privateKeyData

privateKeyData: object

serializedName

serializedName: string = "privateKeyData"

type

type: object

name

name: string = "String"

publicKeyData

publicKeyData: object

serializedName

serializedName: string = "publicKeyData"

type

type: object

name

name: string = "String"

username

username: object

serializedName

serializedName: string = "username"

type

type: object

name

name: string = "String"

Const Workspace

Workspace: object

serializedName

serializedName: string = "Workspace"

type

type: object

className

className: string = "Workspace"

name

name: string = "Composite"

modelProperties

modelProperties: object

applicationInsights

applicationInsights: object

serializedName

serializedName: string = "properties.applicationInsights"

type

type: object

name

name: string = "String"

containerRegistry

containerRegistry: object

serializedName

serializedName: string = "properties.containerRegistry"

type

type: object

name

name: string = "String"

creationTime

creationTime: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.creationTime"

type

type: object

name

name: string = "DateTime"

description

description: object

serializedName

serializedName: string = "properties.description"

type

type: object

name

name: string = "String"

discoveryUrl

discoveryUrl: object

serializedName

serializedName: string = "properties.discoveryUrl"

type

type: object

name

name: string = "String"

friendlyName

friendlyName: object

serializedName

serializedName: string = "properties.friendlyName"

type

type: object

name

name: string = "String"

keyVault

keyVault: object

serializedName

serializedName: string = "properties.keyVault"

type

type: object

name

name: string = "String"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

storageAccount

storageAccount: object

serializedName

serializedName: string = "properties.storageAccount"

type

type: object

name

name: string = "String"

workspaceId

workspaceId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.workspaceId"

type

type: object

name

name: string = "String"

Const WorkspaceListResult

WorkspaceListResult: object

serializedName

serializedName: string = "WorkspaceListResult"

type

type: object

className

className: string = "WorkspaceListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = ""

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "Workspace"

name

name: string = "Composite"

Const WorkspaceUpdateParameters

WorkspaceUpdateParameters: object

serializedName

serializedName: string = "WorkspaceUpdateParameters"

type

type: object

className

className: string = "WorkspaceUpdateParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

description

description: object

serializedName

serializedName: string = "properties.description"

type

type: object

name

name: string = "String"

friendlyName

friendlyName: object

serializedName

serializedName: string = "properties.friendlyName"

type

type: object

name

name: string = "String"

tags

tags: object

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

Const acceptLanguage

acceptLanguage: object

parameterPath

parameterPath: string = "acceptLanguage"

mapper

mapper: object

defaultValue

defaultValue: string = "en-US"

serializedName

serializedName: string = "accept-language"

type

type: object

name

name: string = "String"

Const apiVersion

apiVersion: object

parameterPath

parameterPath: string = "apiVersion"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "api-version"

type

type: object

name

name: string = "String"

Const computeName

computeName: object

parameterPath

parameterPath: string = "computeName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "computeName"

type

type: object

name

name: string = "String"

Const discriminators

discriminators: object

Compute

Compute: any = Compute

Compute.AKS

Compute.AKS: any = AKS

Compute.AmlCompute

Compute.AmlCompute: any = AmlCompute

Compute.DataFactory

Compute.DataFactory: any = DataFactory

Compute.DataLakeAnalytics

Compute.DataLakeAnalytics: any = DataLakeAnalytics

Compute.Databricks

Compute.Databricks: any = Databricks

Compute.HDInsight

Compute.HDInsight: any = HDInsight

Compute.VirtualMachine

Compute.VirtualMachine: any = VirtualMachine

ComputeNodesInformation

ComputeNodesInformation: any = ComputeNodesInformation

ComputeNodesInformation.AmlCompute

ComputeNodesInformation.AmlCompute: any = AmlComputeNodesInformation

ComputeSecrets

ComputeSecrets: any = ComputeSecrets

ComputeSecrets.AKS

ComputeSecrets.AKS: any = AksComputeSecrets

ComputeSecrets.Databricks

ComputeSecrets.Databricks: any = DatabricksComputeSecrets

ComputeSecrets.VirtualMachine

ComputeSecrets.VirtualMachine: any = VirtualMachineSecrets

Const location

location: object

parameterPath

parameterPath: string = "location"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "location"

constraints

constraints: object

Pattern

Pattern: RegExp = /^[-\w\._]+$/

type

type: object

name

name: string = "String"

Const nextPageLink

nextPageLink: object

parameterPath

parameterPath: string = "nextPageLink"

skipEncoding

skipEncoding: boolean = true

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

Const resourceGroupName

resourceGroupName: object

parameterPath

parameterPath: string = "resourceGroupName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "resourceGroupName"

type

type: object

name

name: string = "String"

Const skiptoken

skiptoken: object

parameterPath

parameterPath: string[] = ["options","skiptoken"]

mapper

mapper: object

serializedName

serializedName: string = "$skiptoken"

type

type: object

name

name: string = "String"

Const subscriptionId

subscriptionId: object

parameterPath

parameterPath: string = "subscriptionId"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "subscriptionId"

type

type: object

name

name: string = "String"

Const underlyingResourceAction

underlyingResourceAction: object

parameterPath

parameterPath: string = "underlyingResourceAction"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "underlyingResourceAction"

type

type: object

name

name: string = "String"

Const workspaceName

workspaceName: object

parameterPath

parameterPath: string = "workspaceName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "workspaceName"

type

type: object

name

name: string = "String"

Generated using TypeDoc