Uses of Class
com.azure.resourcemanager.network.models.IpVersion
-
Packages that use IpVersion Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 IpVersion Modifier and Type Method Description IpVersionIpAllocationInner. prefixType()Get the prefixType property: The address prefix Type for the IpAllocation.IpVersionIpAllocationPropertiesFormat. prefixType()Get the prefixType property: The address prefix Type for the IpAllocation.IpVersionFrontendIpConfigurationInner. privateIpAddressVersion()Get the privateIpAddressVersion property: Whether the specific ipconfiguration is IPv4 or IPv6.IpVersionFrontendIpConfigurationPropertiesFormatInner. privateIpAddressVersion()Get the privateIpAddressVersion property: Whether the specific ipconfiguration is IPv4 or IPv6.IpVersionNetworkInterfaceIpConfigurationInner. privateIpAddressVersion()Get the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6.IpVersionNetworkInterfaceIpConfigurationPropertiesFormatInner. privateIpAddressVersion()Get the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6.IpVersionPrivateLinkServiceIpConfigurationInner. privateIpAddressVersion()Get the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6.IpVersionPrivateLinkServiceIpConfigurationPropertiesInner. privateIpAddressVersion()Get the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6.IpVersionPublicIpAddressInner. publicIpAddressVersion()Get the publicIpAddressVersion property: The public IP address version.IpVersionPublicIpAddressPropertiesFormatInner. publicIpAddressVersion()Get the publicIpAddressVersion property: The public IP address version.IpVersionPublicIpPrefixInner. publicIpAddressVersion()Get the publicIpAddressVersion property: The public IP address version.IpVersionPublicIpPrefixPropertiesFormatInner. publicIpAddressVersion()Get the publicIpAddressVersion property: The public IP address version.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type IpVersion Modifier and Type Method Description IpAllocationInnerIpAllocationInner. withPrefixType(IpVersion prefixType)Set the prefixType property: The address prefix Type for the IpAllocation.IpAllocationPropertiesFormatIpAllocationPropertiesFormat. withPrefixType(IpVersion prefixType)Set the prefixType property: The address prefix Type for the IpAllocation.FrontendIpConfigurationInnerFrontendIpConfigurationInner. withPrivateIpAddressVersion(IpVersion privateIpAddressVersion)Set the privateIpAddressVersion property: Whether the specific ipconfiguration is IPv4 or IPv6.FrontendIpConfigurationPropertiesFormatInnerFrontendIpConfigurationPropertiesFormatInner. withPrivateIpAddressVersion(IpVersion privateIpAddressVersion)Set the privateIpAddressVersion property: Whether the specific ipconfiguration is IPv4 or IPv6.NetworkInterfaceIpConfigurationInnerNetworkInterfaceIpConfigurationInner. withPrivateIpAddressVersion(IpVersion privateIpAddressVersion)Set the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6.NetworkInterfaceIpConfigurationPropertiesFormatInnerNetworkInterfaceIpConfigurationPropertiesFormatInner. withPrivateIpAddressVersion(IpVersion privateIpAddressVersion)Set the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6.PrivateLinkServiceIpConfigurationInnerPrivateLinkServiceIpConfigurationInner. withPrivateIpAddressVersion(IpVersion privateIpAddressVersion)Set the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6.PrivateLinkServiceIpConfigurationPropertiesInnerPrivateLinkServiceIpConfigurationPropertiesInner. withPrivateIpAddressVersion(IpVersion privateIpAddressVersion)Set the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6.PublicIpAddressInnerPublicIpAddressInner. withPublicIpAddressVersion(IpVersion publicIpAddressVersion)Set the publicIpAddressVersion property: The public IP address version.PublicIpAddressPropertiesFormatInnerPublicIpAddressPropertiesFormatInner. withPublicIpAddressVersion(IpVersion publicIpAddressVersion)Set the publicIpAddressVersion property: The public IP address version.PublicIpPrefixInnerPublicIpPrefixInner. withPublicIpAddressVersion(IpVersion publicIpAddressVersion)Set the publicIpAddressVersion property: The public IP address version.PublicIpPrefixPropertiesFormatInnerPublicIpPrefixPropertiesFormatInner. 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 IpVersion Modifier and Type Field Description static IpVersionIpVersion. IPV4Static value IPv4 for IpVersion.static IpVersionIpVersion. IPV6Static value IPv6 for IpVersion.Methods in com.azure.resourcemanager.network.models that return IpVersion Modifier and Type Method Description static IpVersionIpVersion. fromString(String name)Creates or finds a IpVersion from its string representation.IpVersionConnectivityParameters. preferredIpVersion()Get the preferredIpVersion property: Preferred IP version of the connection.IpVersionNicIpConfigurationBase. privateIpAddressVersion()IpVersionPublicIpPrefix. publicIpAddressVersion()IpVersionPublicIpAddress. version()Methods in com.azure.resourcemanager.network.models that return types with arguments of type IpVersion Modifier and Type Method Description static Collection<IpVersion>IpVersion. values()Methods in com.azure.resourcemanager.network.models with parameters of type IpVersion Modifier and Type Method Description PublicIpAddress.DefinitionStages.WithCreatePublicIpAddress.DefinitionStages.WithIpAddressVersion. withIpAddressVersion(IpVersion ipVersion)Sets IP address version.PublicIpAddress.UpdatePublicIpAddress.UpdateStages.WithIpAddressVersion. withIpAddressVersion(IpVersion ipVersion)Sets IP address version.ConnectivityParametersConnectivityParameters. withPreferredIpVersion(IpVersion preferredIpVersion)Set the preferredIpVersion property: Preferred IP version of the connection.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.PublicIpPrefix.DefinitionStages.WithCreatePublicIpPrefix.DefinitionStages.WithPublicIpAddressVersion. withPublicIpAddressVersion(IpVersion publicIpAddressVersion)Specifies publicIpAddressVersion.
-