VirtualMachinePublicIpAddressConfigurationProperties |
VirtualMachinePublicIpAddressConfigurationProperties.withDeleteOption(DeleteOptions deleteOption) |
Set the deleteOption property: Specify what happens to the public IP address when the VM is deleted.
|
VirtualMachinePublicIpAddressConfigurationProperties |
VirtualMachinePublicIpAddressConfigurationProperties.withDnsSettings(VirtualMachinePublicIpAddressDnsSettingsConfiguration dnsSettings) |
Set the dnsSettings property: The dns settings to be applied on the publicIP addresses .
|
VirtualMachinePublicIpAddressConfigurationProperties |
VirtualMachinePublicIpAddressConfigurationProperties.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes) |
Set the idleTimeoutInMinutes property: The idle timeout of the public IP address.
|
VirtualMachinePublicIpAddressConfigurationProperties |
VirtualMachinePublicIpAddressConfigurationProperties.withIpTags(List<VirtualMachineIpTag> ipTags) |
Set the ipTags property: The list of IP tags associated with the public IP address.
|
VirtualMachinePublicIpAddressConfigurationProperties |
VirtualMachinePublicIpAddressConfigurationProperties.withPublicIpAddressVersion(IpVersions publicIpAddressVersion) |
Set the publicIpAddressVersion property: Available from Api-Version 2019-07-01 onwards, it represents whether the
specific ipconfiguration is IPv4 or IPv6.
|
VirtualMachinePublicIpAddressConfigurationProperties |
VirtualMachinePublicIpAddressConfigurationProperties.withPublicIpAllocationMethod(PublicIpAllocationMethod publicIpAllocationMethod) |
Set the publicIpAllocationMethod property: Specify the public IP allocation type.
|
VirtualMachinePublicIpAddressConfigurationProperties |
VirtualMachinePublicIpAddressConfigurationProperties.withPublicIpPrefix(com.azure.core.management.SubResource publicIpPrefix) |
Set the publicIpPrefix property: The PublicIPPrefix from which to allocate publicIP addresses.
|