public class VirtualMachineScaleSetPublicIpAddressConfiguration extends Object
| Constructor and Description |
|---|
VirtualMachineScaleSetPublicIpAddressConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings |
dnsSettings()
Get the dnsSettings property: The dns settings to be applied on the publicIP addresses .
|
Integer |
idleTimeoutInMinutes()
Get the idleTimeoutInMinutes property: The idle timeout of the public IP address.
|
List<VirtualMachineScaleSetIpTag> |
ipTags()
Get the ipTags property: The list of IP tags associated with the public IP address.
|
String |
name()
Get the name property: The publicIP address configuration name.
|
IpVersion |
publicIpAddressVersion()
Get the publicIpAddressVersion property: Available from Api-Version 2019-07-01 onwards, it represents whether the
specific ipconfiguration is IPv4 or IPv6.
|
com.azure.core.management.SubResource |
publicIpPrefix()
Get the publicIpPrefix property: The PublicIPPrefix from which to allocate publicIP addresses.
|
void |
validate()
Validates the instance.
|
VirtualMachineScaleSetPublicIpAddressConfiguration |
withDnsSettings(VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings dnsSettings)
Set the dnsSettings property: The dns settings to be applied on the publicIP addresses .
|
VirtualMachineScaleSetPublicIpAddressConfiguration |
withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)
Set the idleTimeoutInMinutes property: The idle timeout of the public IP address.
|
VirtualMachineScaleSetPublicIpAddressConfiguration |
withIpTags(List<VirtualMachineScaleSetIpTag> ipTags)
Set the ipTags property: The list of IP tags associated with the public IP address.
|
VirtualMachineScaleSetPublicIpAddressConfiguration |
withName(String name)
Set the name property: The publicIP address configuration name.
|
VirtualMachineScaleSetPublicIpAddressConfiguration |
withPublicIpAddressVersion(IpVersion publicIpAddressVersion)
Set the publicIpAddressVersion property: Available from Api-Version 2019-07-01 onwards, it represents whether the
specific ipconfiguration is IPv4 or IPv6.
|
VirtualMachineScaleSetPublicIpAddressConfiguration |
withPublicIpPrefix(com.azure.core.management.SubResource publicIpPrefix)
Set the publicIpPrefix property: The PublicIPPrefix from which to allocate publicIP addresses.
|
public VirtualMachineScaleSetPublicIpAddressConfiguration()
public String name()
public VirtualMachineScaleSetPublicIpAddressConfiguration withName(String name)
name - the name value to set.public Integer idleTimeoutInMinutes()
public VirtualMachineScaleSetPublicIpAddressConfiguration withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)
idleTimeoutInMinutes - the idleTimeoutInMinutes value to set.public VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings dnsSettings()
public VirtualMachineScaleSetPublicIpAddressConfiguration withDnsSettings(VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings dnsSettings)
dnsSettings - the dnsSettings value to set.public List<VirtualMachineScaleSetIpTag> ipTags()
public VirtualMachineScaleSetPublicIpAddressConfiguration withIpTags(List<VirtualMachineScaleSetIpTag> ipTags)
ipTags - the ipTags value to set.public com.azure.core.management.SubResource publicIpPrefix()
public VirtualMachineScaleSetPublicIpAddressConfiguration withPublicIpPrefix(com.azure.core.management.SubResource publicIpPrefix)
publicIpPrefix - the publicIpPrefix value to set.public IpVersion publicIpAddressVersion()
public VirtualMachineScaleSetPublicIpAddressConfiguration withPublicIpAddressVersion(IpVersion publicIpAddressVersion)
publicIpAddressVersion - the publicIpAddressVersion value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.