Uses of Class
com.microsoft.azure.management.compute.IPVersion
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of IPVersion in com.microsoft.azure.management.compute
Modifier and TypeFieldDescriptionstatic final IPVersion
IPVersion.IPV4
Static value IPv4 for IPVersion.static final IPVersion
IPVersion.IPV6
Static value IPv6 for IPVersion.Modifier and TypeMethodDescriptionstatic IPVersion
IPVersion.fromString
(String name) Creates or finds a IPVersion from its string representation.VirtualMachineScaleSetIPConfiguration.privateIPAddressVersion()
Get available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.VirtualMachineScaleSetUpdateIPConfiguration.privateIPAddressVersion()
Get available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.VirtualMachineScaleSetPublicIPAddressConfiguration.publicIPAddressVersion()
Get available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.Modifier and TypeMethodDescriptionVirtualMachineScaleSetIPConfiguration.withPrivateIPAddressVersion
(IPVersion privateIPAddressVersion) Set available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.VirtualMachineScaleSetUpdateIPConfiguration.withPrivateIPAddressVersion
(IPVersion privateIPAddressVersion) Set available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.VirtualMachineScaleSetPublicIPAddressConfiguration.withPublicIPAddressVersion
(IPVersion publicIPAddressVersion) Set available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.