Uses of Class
com.microsoft.azure.management.network.IPVersion
-
Packages that use IPVersion Package Description com.microsoft.azure.management.network 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 IPVersion Modifier and Type Field Description static IPVersionIPVersion. IPV4Static value IPv4 for IPVersion.static IPVersionIPVersion. IPV6Static value IPv6 for IPVersion.Methods in com.microsoft.azure.management.network that return IPVersion Modifier and Type Method Description static IPVersionIPVersion. fromString(String name)Creates or finds a IPVersion from its string representation.IPVersionNicIPConfigurationBase. privateIPAddressVersion()IPVersionPublicIPAddress. version()Methods in com.microsoft.azure.management.network that return types with arguments of type IPVersion Modifier and Type Method Description static Collection<IPVersion>IPVersion. values()Methods in com.microsoft.azure.management.network with parameters of type IPVersion Modifier and Type Method Description NicIPConfiguration.DefinitionStages.WithAttach<ParentT>NicIPConfiguration.DefinitionStages.WithPrivateIP. withPrivateIPVersion(IPVersion ipVersion)Specifies the IP version for the private IP address.NicIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT>NicIPConfiguration.UpdateDefinitionStages.WithPrivateIP. withPrivateIPVersion(IPVersion ipVersion)Specifies the IP version for the private IP address.NicIPConfiguration.UpdateNicIPConfiguration.UpdateStages.WithPrivateIP. withPrivateIPVersion(IPVersion ipVersion)Specifies the IP version for the private IP address.
-