@Beta(value=V1_6_0) public interface BatchAICluster extends HasInner<com.microsoft.azure.management.batchai.implementation.ClusterInner>, Indexable, HasId, HasName, HasManager<com.microsoft.azure.management.batchai.implementation.BatchAIManager>, Refreshable<BatchAICluster>, Updatable<BatchAICluster.Update>
Modifier and Type | Interface and Description |
---|---|
static interface |
BatchAICluster.Definition
The entirety of a Batch AI cluster definition.
|
static interface |
BatchAICluster.DefinitionStages
Grouping of Batch AI cluster definition stages.
|
static interface |
BatchAICluster.Update
The template for an update operation, containing all the settings that can be modified.
|
static interface |
BatchAICluster.UpdateStages
Grouping of Batch AI cluster update stages.
|
inner
key
id
name
manager
refresh, refreshAsync
PagedList<RemoteLoginInformation> listRemoteLoginInformation()
rx.Observable<RemoteLoginInformation> listRemoteLoginInformationAsync()
String vmSize()
VmPriority vmPriority()
ScaleSettings scaleSettings()
VirtualMachineConfiguration virtualMachineConfiguration()
NodeSetup nodeSetup()
String adminUserName()
ResourceId subnet()
org.joda.time.DateTime creationTime()
ProvisioningState provisioningState()
org.joda.time.DateTime provisioningStateTransitionTime()
AllocationState allocationState()
org.joda.time.DateTime allocationStateTransitionTime()
List<BatchAIError> errors()
int currentNodeCount()
NodeStateCounts nodeStateCounts()
BatchAIWorkspace workspace()
Copyright © 2019. All rights reserved.