public class VirtualMachineScaleSetUpdatePublicIPAddressConfiguration extends Object
| Constructor and Description |
|---|
VirtualMachineScaleSetUpdatePublicIPAddressConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings |
dnsSettings()
Get the dns settings to be applied on the publicIP addresses .
|
Integer |
idleTimeoutInMinutes()
Get the idle timeout of the public IP address.
|
String |
name()
Get the publicIP address configuration name.
|
VirtualMachineScaleSetUpdatePublicIPAddressConfiguration |
withDnsSettings(VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings dnsSettings)
Set the dns settings to be applied on the publicIP addresses .
|
VirtualMachineScaleSetUpdatePublicIPAddressConfiguration |
withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)
Set the idle timeout of the public IP address.
|
VirtualMachineScaleSetUpdatePublicIPAddressConfiguration |
withName(String name)
Set the publicIP address configuration name.
|
public VirtualMachineScaleSetUpdatePublicIPAddressConfiguration()
public String name()
public VirtualMachineScaleSetUpdatePublicIPAddressConfiguration withName(String name)
name - the name value to setpublic Integer idleTimeoutInMinutes()
public VirtualMachineScaleSetUpdatePublicIPAddressConfiguration withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)
idleTimeoutInMinutes - the idleTimeoutInMinutes value to setpublic VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings dnsSettings()
public VirtualMachineScaleSetUpdatePublicIPAddressConfiguration withDnsSettings(VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings dnsSettings)
dnsSettings - the dnsSettings value to setCopyright © 2019. All rights reserved.