public class PublicIPAddressConfiguration extends Object
| Constructor and Description |
|---|
PublicIPAddressConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
ipAddressIds()
Get 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.
|
IPAddressProvisioningType |
provision()
Get the default value is BatchManaged.
|
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 |
withProvision(IPAddressProvisioningType provision)
Set the default value is BatchManaged.
|
public IPAddressProvisioningType provision()
public PublicIPAddressConfiguration withProvision(IPAddressProvisioningType provision)
provision - the provision value to setpublic List<String> ipAddressIds()
public PublicIPAddressConfiguration withIpAddressIds(List<String> ipAddressIds)
ipAddressIds - the ipAddressIds value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/