| Modifier and Type | Method and Description |
|---|---|
NetworkConfiguration |
Pool.networkConfiguration() |
NetworkConfiguration |
NetworkConfiguration.withEndpointConfiguration(PoolEndpointConfiguration endpointConfiguration)
Set pool endpoint configuration is only supported on pools with the virtualMachineConfiguration property.
|
NetworkConfiguration |
NetworkConfiguration.withPublicIPAddressConfiguration(PublicIPAddressConfiguration publicIPAddressConfiguration)
Set this property is only supported on Pools with the virtualMachineConfiguration property.
|
NetworkConfiguration |
NetworkConfiguration.withSubnetId(String subnetId)
Set the virtual network must be in the same region and subscription as the Azure Batch account.
|
| Modifier and Type | Method and Description |
|---|---|
Pool.DefinitionStages.WithAttach<ParentT> |
Pool.DefinitionStages.WithAttach.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
Specifies the network configuration for the pool.
|
Pool.UpdateDefinitionStages.WithAttach<ParentT> |
Pool.UpdateDefinitionStages.WithAttach.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
Specifies the network configuration for the pool.
|
Pool.Update |
Pool.UpdateStages.WithAttach.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
Specifies the network configuration for the pool.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/