Uses of Class
com.microsoft.azure.management.network.IPVersion
Packages that use IPVersion
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of IPVersion in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as IPVersionModifier and TypeFieldDescriptionstatic final IPVersion
IPVersion.IPV4
Static value IPv4 for IPVersion.static final IPVersion
IPVersion.IPV6
Static value IPv6 for IPVersion.Methods in com.microsoft.azure.management.network that return IPVersionModifier and TypeMethodDescriptionstatic IPVersion
IPVersion.fromString
(String name) Creates or finds a IPVersion from its string representation.ConnectivityParameters.preferredIPVersion()
Get preferred IP version of the connection.NicIPConfigurationBase.privateIPAddressVersion()
PrivateLinkServiceIpConfiguration.privateIPAddressVersion()
Get whether the specific IP configuration is IPv4 or IPv6.PublicIPPrefix.publicIPAddressVersion()
PublicIPAddress.version()
Methods in com.microsoft.azure.management.network that return types with arguments of type IPVersionMethods in com.microsoft.azure.management.network with parameters of type IPVersionModifier and TypeMethodDescriptionConnectivityParameters.withPreferredIPVersion
(IPVersion preferredIPVersion) Set preferred IP version of the connection.PrivateLinkServiceIpConfiguration.withPrivateIPAddressVersion
(IPVersion privateIPAddressVersion) Set whether the specific IP configuration is IPv4 or IPv6.NicIPConfiguration.DefinitionStages.WithPrivateIP.withPrivateIPVersion
(IPVersion ipVersion) Specifies the IP version for the private IP address.NicIPConfiguration.UpdateDefinitionStages.WithPrivateIP.withPrivateIPVersion
(IPVersion ipVersion) Specifies the IP version for the private IP address.NicIPConfiguration.UpdateStages.WithPrivateIP.withPrivateIPVersion
(IPVersion ipVersion) Specifies the IP version for the private IP address.PublicIPPrefix.DefinitionStages.WithPublicIPAddressVersion.withPublicIPAddressVersion
(IPVersion publicIPAddressVersion) Specifies publicIPAddressVersion.