Class VirtualMachineScaleSetUpdatePublicIPAddressConfiguration
java.lang.Object
com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdatePublicIPAddressConfiguration
Describes a virtual machines scale set IP Configuration's PublicIPAddress
configuration.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the dns settings to be applied on the publicIP addresses .Get the idle timeout of the public IP address.name()
Get the publicIP address configuration name.Set the dns settings to be applied on the publicIP addresses .withIdleTimeoutInMinutes
(Integer idleTimeoutInMinutes) Set the idle timeout of the public IP address.Set the publicIP address configuration name.
-
Constructor Details
-
VirtualMachineScaleSetUpdatePublicIPAddressConfiguration
public VirtualMachineScaleSetUpdatePublicIPAddressConfiguration()
-
-
Method Details
-
name
Get the publicIP address configuration name.- Returns:
- the name value
-
withName
Set the publicIP address configuration name.- Parameters:
name
- the name value to set- Returns:
- the VirtualMachineScaleSetUpdatePublicIPAddressConfiguration object itself.
-
idleTimeoutInMinutes
Get the idle timeout of the public IP address.- Returns:
- the idleTimeoutInMinutes value
-
withIdleTimeoutInMinutes
public VirtualMachineScaleSetUpdatePublicIPAddressConfiguration withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes) Set the idle timeout of the public IP address.- Parameters:
idleTimeoutInMinutes
- the idleTimeoutInMinutes value to set- Returns:
- the VirtualMachineScaleSetUpdatePublicIPAddressConfiguration object itself.
-
dnsSettings
Get the dns settings to be applied on the publicIP addresses .- Returns:
- the dnsSettings value
-
withDnsSettings
public VirtualMachineScaleSetUpdatePublicIPAddressConfiguration withDnsSettings(VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings dnsSettings) Set the dns settings to be applied on the publicIP addresses .- Parameters:
dnsSettings
- the dnsSettings value to set- Returns:
- the VirtualMachineScaleSetUpdatePublicIPAddressConfiguration object itself.
-