Uses of Class
com.azure.resourcemanager.network.models.PrivateEndpointIpVersionType
Packages that use PrivateEndpointIpVersionType
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of PrivateEndpointIpVersionType in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return PrivateEndpointIpVersionTypeModifier and TypeMethodDescriptionPrivateEndpointInner.ipVersionType()Get the ipVersionType property: Specifies the IP version type for the private IPs of the private endpoint.PrivateEndpointPropertiesInner.ipVersionType()Get the ipVersionType property: Specifies the IP version type for the private IPs of the private endpoint.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type PrivateEndpointIpVersionTypeModifier and TypeMethodDescriptionPrivateEndpointInner.withIpVersionType(PrivateEndpointIpVersionType ipVersionType) Set the ipVersionType property: Specifies the IP version type for the private IPs of the private endpoint.PrivateEndpointPropertiesInner.withIpVersionType(PrivateEndpointIpVersionType ipVersionType) Set the ipVersionType property: Specifies the IP version type for the private IPs of the private endpoint. -
Uses of PrivateEndpointIpVersionType in com.azure.resourcemanager.network.models
Subclasses with type arguments of type PrivateEndpointIpVersionType in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classSpecifies the IP version type for the private IPs of the private endpoint.Fields in com.azure.resourcemanager.network.models declared as PrivateEndpointIpVersionTypeModifier and TypeFieldDescriptionstatic final PrivateEndpointIpVersionTypePrivateEndpointIpVersionType.DUAL_STACKStatic value DualStack for PrivateEndpointIpVersionType.static final PrivateEndpointIpVersionTypePrivateEndpointIpVersionType.IPV4Static value IPv4 for PrivateEndpointIpVersionType.static final PrivateEndpointIpVersionTypePrivateEndpointIpVersionType.IPV6Static value IPv6 for PrivateEndpointIpVersionType.Methods in com.azure.resourcemanager.network.models that return PrivateEndpointIpVersionTypeModifier and TypeMethodDescriptionstatic PrivateEndpointIpVersionTypePrivateEndpointIpVersionType.fromString(String name) Creates or finds a PrivateEndpointIpVersionType from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type PrivateEndpointIpVersionTypeModifier and TypeMethodDescriptionPrivateEndpointIpVersionType.values()Gets known PrivateEndpointIpVersionType values.