public class VirtualMachineScaleSetUpdatePublicIpAddressConfiguration extends Object
| Constructor and Description |
|---|
VirtualMachineScaleSetUpdatePublicIpAddressConfiguration() |
| 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.
|
String |
name()
Get the name property: The publicIP address configuration name.
|
void |
validate()
Validates the instance.
|
VirtualMachineScaleSetUpdatePublicIpAddressConfiguration |
withDnsSettings(VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings dnsSettings)
Set the dnsSettings property: The dns settings to be applied on the publicIP addresses .
|
VirtualMachineScaleSetUpdatePublicIpAddressConfiguration |
withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)
Set the idleTimeoutInMinutes property: The idle timeout of the public IP address.
|
VirtualMachineScaleSetUpdatePublicIpAddressConfiguration |
withName(String name)
Set the name property: The publicIP address configuration name.
|
public VirtualMachineScaleSetUpdatePublicIpAddressConfiguration()
public String name()
public VirtualMachineScaleSetUpdatePublicIpAddressConfiguration withName(String name)
name - the name value to set.public Integer idleTimeoutInMinutes()
public VirtualMachineScaleSetUpdatePublicIpAddressConfiguration withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)
idleTimeoutInMinutes - the idleTimeoutInMinutes value to set.public VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings dnsSettings()
public VirtualMachineScaleSetUpdatePublicIpAddressConfiguration withDnsSettings(VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings dnsSettings)
dnsSettings - the dnsSettings value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.