Uses of Class
com.azure.resourcemanager.network.models.IpVersion
Packages that use IpVersion
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of IpVersion in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return IpVersionModifier and TypeMethodDescriptionIpAllocationInner.prefixType()Get the prefixType property: The address prefix Type for the IpAllocation.IpAllocationPropertiesFormat.prefixType()Get the prefixType property: The address prefix Type for the IpAllocation.FrontendIpConfigurationInner.privateIpAddressVersion()Get the privateIpAddressVersion property: Whether the specific ipconfiguration is IPv4 or IPv6.FrontendIpConfigurationPropertiesFormatInner.privateIpAddressVersion()Get the privateIpAddressVersion property: Whether the specific ipconfiguration is IPv4 or IPv6.NetworkInterfaceIpConfigurationInner.privateIpAddressVersion()Get the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6.NetworkInterfaceIpConfigurationPropertiesFormatInner.privateIpAddressVersion()Get the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6.PrivateLinkServiceIpConfigurationInner.privateIpAddressVersion()Get the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6.PrivateLinkServiceIpConfigurationPropertiesInner.privateIpAddressVersion()Get the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6.PublicIpAddressInner.publicIpAddressVersion()Get the publicIpAddressVersion property: The public IP address version.PublicIpAddressPropertiesFormatInner.publicIpAddressVersion()Get the publicIpAddressVersion property: The public IP address version.PublicIpPrefixInner.publicIpAddressVersion()Get the publicIpAddressVersion property: The public IP address version.PublicIpPrefixPropertiesFormatInner.publicIpAddressVersion()Get the publicIpAddressVersion property: The public IP address version.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type IpVersionModifier and TypeMethodDescriptionIpAllocationInner.withPrefixType(IpVersion prefixType) Set the prefixType property: The address prefix Type for the IpAllocation.IpAllocationPropertiesFormat.withPrefixType(IpVersion prefixType) Set the prefixType property: The address prefix Type for the IpAllocation.FrontendIpConfigurationInner.withPrivateIpAddressVersion(IpVersion privateIpAddressVersion) Set the privateIpAddressVersion property: Whether the specific ipconfiguration is IPv4 or IPv6.FrontendIpConfigurationPropertiesFormatInner.withPrivateIpAddressVersion(IpVersion privateIpAddressVersion) Set the privateIpAddressVersion property: Whether the specific ipconfiguration is IPv4 or IPv6.NetworkInterfaceIpConfigurationInner.withPrivateIpAddressVersion(IpVersion privateIpAddressVersion) Set the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6.NetworkInterfaceIpConfigurationPropertiesFormatInner.withPrivateIpAddressVersion(IpVersion privateIpAddressVersion) Set the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6.PrivateLinkServiceIpConfigurationInner.withPrivateIpAddressVersion(IpVersion privateIpAddressVersion) Set the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6.PrivateLinkServiceIpConfigurationPropertiesInner.withPrivateIpAddressVersion(IpVersion privateIpAddressVersion) Set the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6.PublicIpAddressInner.withPublicIpAddressVersion(IpVersion publicIpAddressVersion) Set the publicIpAddressVersion property: The public IP address version.PublicIpAddressPropertiesFormatInner.withPublicIpAddressVersion(IpVersion publicIpAddressVersion) Set the publicIpAddressVersion property: The public IP address version.PublicIpPrefixInner.withPublicIpAddressVersion(IpVersion publicIpAddressVersion) Set the publicIpAddressVersion property: The public IP address version.PublicIpPrefixPropertiesFormatInner.withPublicIpAddressVersion(IpVersion publicIpAddressVersion) Set the publicIpAddressVersion property: The public IP address version. -
Uses of IpVersion in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as IpVersionModifier and TypeFieldDescriptionstatic final IpVersionIpVersion.IPV4Static value IPv4 for IpVersion.static final IpVersionIpVersion.IPV6Static value IPv6 for IpVersion.Methods in com.azure.resourcemanager.network.models that return IpVersionModifier and TypeMethodDescriptionstatic IpVersionIpVersion.fromString(String name) Creates or finds a IpVersion from its string representation.ConnectivityParameters.preferredIpVersion()Get the preferredIpVersion property: Preferred IP version of the connection.NicIpConfigurationBase.privateIpAddressVersion()Gets private IP address version.PublicIpPrefix.publicIpAddressVersion()Gets the public IP address version.PublicIpAddress.version()Gets the IP version of the public IP address.Methods in com.azure.resourcemanager.network.models that return types with arguments of type IpVersionModifier and TypeMethodDescriptionstatic Collection<IpVersion> IpVersion.values()Gets known IpVersion values.Methods in com.azure.resourcemanager.network.models with parameters of type IpVersionModifier and TypeMethodDescriptionPublicIpAddress.DefinitionStages.WithIpAddressVersion.withIpAddressVersion(IpVersion ipVersion) Sets IP address version.PublicIpAddress.UpdateStages.WithIpAddressVersion.withIpAddressVersion(IpVersion ipVersion) Sets IP address version.ConnectivityParameters.withPreferredIpVersion(IpVersion preferredIpVersion) Set the preferredIpVersion property: Preferred IP version of the connection.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.