| Modifier and Type | Method and Description |
|---|---|
PublicIPAddressConfiguration |
NetworkConfiguration.publicIPAddressConfiguration()
Get this property is only supported on Pools with the virtualMachineConfiguration property.
|
PublicIPAddressConfiguration |
PublicIPAddressConfiguration.withIpAddressIds(List<String> ipAddressIds)
Set the number of IPs specified here limits the maximum size of the Pool - 100 dedicated nodes or 100 low-priority nodes can be allocated for each public IP.
|
PublicIPAddressConfiguration |
PublicIPAddressConfiguration.withProvision(IPAddressProvisioningType provision)
Set the default value is BatchManaged.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkConfiguration |
NetworkConfiguration.withPublicIPAddressConfiguration(PublicIPAddressConfiguration publicIPAddressConfiguration)
Set this property is only supported on Pools with the virtualMachineConfiguration property.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/