Uses of Class
com.azure.resourcemanager.network.models.PrivateEndpointVNetPolicies
Packages that use PrivateEndpointVNetPolicies
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of PrivateEndpointVNetPolicies in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return PrivateEndpointVNetPoliciesModifier and TypeMethodDescriptionVirtualNetworkInner.privateEndpointVNetPolicies()Get the privateEndpointVNetPolicies property: Private Endpoint VNet Policies.VirtualNetworkPropertiesFormat.privateEndpointVNetPolicies()Get the privateEndpointVNetPolicies property: Private Endpoint VNet Policies.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type PrivateEndpointVNetPoliciesModifier and TypeMethodDescriptionVirtualNetworkInner.withPrivateEndpointVNetPolicies(PrivateEndpointVNetPolicies privateEndpointVNetPolicies) Set the privateEndpointVNetPolicies property: Private Endpoint VNet Policies.VirtualNetworkPropertiesFormat.withPrivateEndpointVNetPolicies(PrivateEndpointVNetPolicies privateEndpointVNetPolicies) Set the privateEndpointVNetPolicies property: Private Endpoint VNet Policies. -
Uses of PrivateEndpointVNetPolicies in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as PrivateEndpointVNetPoliciesModifier and TypeFieldDescriptionstatic final PrivateEndpointVNetPoliciesPrivateEndpointVNetPolicies.BASICStatic value Basic for PrivateEndpointVNetPolicies.static final PrivateEndpointVNetPoliciesPrivateEndpointVNetPolicies.DISABLEDStatic value Disabled for PrivateEndpointVNetPolicies.Methods in com.azure.resourcemanager.network.models that return PrivateEndpointVNetPoliciesModifier and TypeMethodDescriptionstatic PrivateEndpointVNetPoliciesPrivateEndpointVNetPolicies.fromString(String name) Creates or finds a PrivateEndpointVNetPolicies from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type PrivateEndpointVNetPoliciesModifier and TypeMethodDescriptionPrivateEndpointVNetPolicies.values()Gets known PrivateEndpointVNetPolicies values.