public static interface BatchAICluster.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
BatchAICluster.DefinitionStages.Blank
The first stage of a Batch AI cluster definition.
|
static interface |
BatchAICluster.DefinitionStages.WithAppInsightsKey |
static interface |
BatchAICluster.DefinitionStages.WithAppInsightsResourceId
Specifies Azure Application Insights information for performance counters reporting.
|
static interface |
BatchAICluster.DefinitionStages.WithCreate
The stage of the definition which contains all the minimum required inputs for the resource to be created
but also allows for any other optional settings to be specified.
|
static interface |
BatchAICluster.DefinitionStages.WithScaleSettings
Specifies scale settings for the cluster.
|
static interface |
BatchAICluster.DefinitionStages.WithSetupTask
Specifies a setup task which can be used to customize the compute nodes
of the cluster.
|
static interface |
BatchAICluster.DefinitionStages.WithSubnet
Defines subnet for the cluster.
|
static interface |
BatchAICluster.DefinitionStages.WithUserCredentials
Specifies the credentials to use for authentication on each of the nodes of a cluster.
|
static interface |
BatchAICluster.DefinitionStages.WithUserName
Specifies the name of the administrator account that gets created on each of the nodes of a cluster.
|
static interface |
BatchAICluster.DefinitionStages.WithVirtualMachineImage
Specifies virtual machine image.
|
static interface |
BatchAICluster.DefinitionStages.WithVMPriority |
static interface |
BatchAICluster.DefinitionStages.WithVMSize
The stage of a Batch AI cluster definition allowing to specify virtual machine size.
|
Copyright © 2019. All rights reserved.