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.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
applicationLicenses() |
List<ApplicationPackageReference> |
applicationPackages() |
List<CertificateReference> |
certificates() |
DeploymentConfiguration |
deploymentConfiguration() |
String |
displayName() |
InterNodeCommunicationState |
interNodeCommunication() |
Integer |
maxTasksPerNode()
Deprecated.
|
List<MetadataItem> |
metadata() |
List<MountConfiguration> |
mountConfiguration() |
NetworkConfiguration |
networkConfiguration() |
ScaleSettings |
scaleSettings() |
StartTask |
startTask() |
TaskSchedulingPolicy |
taskSchedulingPolicy() |
Integer |
taskSlotsPerNode() |
List<UserAccount> |
userAccounts() |
String |
vmSize() |
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()
@Deprecated Integer maxTasksPerNode()
Integer taskSlotsPerNode()
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.
*/