@Beta(value=V1_6_0) public interface BatchAICluster extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.batchai.implementation.ClusterInner>, com.microsoft.azure.management.resources.fluentcore.model.Indexable, com.microsoft.azure.management.resources.fluentcore.arm.models.HasId, com.microsoft.azure.management.resources.fluentcore.arm.models.HasName, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.batchai.implementation.BatchAIManager>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<BatchAICluster>, com.microsoft.azure.management.resources.fluentcore.model.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.
|
innerkeyidnamemanagercom.microsoft.azure.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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/