Uses of Class
com.microsoft.azure.management.compute.IPVersion
Packages that use IPVersion
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of IPVersion in com.microsoft.azure.management.compute
Fields in com.microsoft.azure.management.compute declared as IPVersionModifier and TypeFieldDescriptionstatic final IPVersionIPVersion.IPV4Static value IPv4 for IPVersion.static final IPVersionIPVersion.IPV6Static value IPv6 for IPVersion.Methods in com.microsoft.azure.management.compute that return IPVersionModifier and TypeMethodDescriptionstatic IPVersionIPVersion.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.Methods in com.microsoft.azure.management.compute that return types with arguments of type IPVersionMethods in com.microsoft.azure.management.compute with parameters of type IPVersionModifier 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.