public interface Pool extends com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource<Pool,BatchAccount>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.batch.implementation.PoolInner>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Pool.Definition<ParentT>
The entirety of a Batch pool definition as a part of a Batch account definition.
|
static interface |
Pool.DefinitionStages
Grouping of all the pool definition stages.
|
static interface |
Pool.Update
The entirety of a Batch pool update as a part of a Batch account update.
|
static interface |
Pool.UpdateDefinition<ParentT>
The entirety of a Batch pool definition as a part of parent update.
|
static interface |
Pool.UpdateDefinitionStages
Grouping of pool definition stages as part of a Batch account update.
|
static interface |
Pool.UpdateStages
Grouping of Batch pool update stages.
|
idkeynameparentNetworkConfiguration networkConfiguration()
List<MountConfiguration> mountConfiguration()
ScaleSettings scaleSettings()
StartTask startTask()
List<MetadataItem> metadata()
List<ApplicationPackageReference> applicationPackages()
List<CertificateReference> certificates()
String vmSize()
DeploymentConfiguration deploymentConfiguration()
String displayName()
InterNodeCommunicationState interNodeCommunication()
Integer maxTasksPerNode()
TaskSchedulingPolicy taskSchedulingPolicy()
List<UserAccount> userAccounts()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/