Uses of Class
com.azure.resourcemanager.network.models.VirtualNetworkPrivateLinkServiceNetworkPolicies
Packages that use VirtualNetworkPrivateLinkServiceNetworkPolicies
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VirtualNetworkPrivateLinkServiceNetworkPolicies in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VirtualNetworkPrivateLinkServiceNetworkPoliciesModifier and TypeMethodDescriptionSubnetInner.privateLinkServiceNetworkPolicies()Get the privateLinkServiceNetworkPolicies property: Enable or Disable apply network policies on private link service in the subnet.SubnetPropertiesFormatInner.privateLinkServiceNetworkPolicies()Get the privateLinkServiceNetworkPolicies property: Enable or Disable apply network policies on private link service in the subnet.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type VirtualNetworkPrivateLinkServiceNetworkPoliciesModifier and TypeMethodDescriptionSubnetInner.withPrivateLinkServiceNetworkPolicies(VirtualNetworkPrivateLinkServiceNetworkPolicies privateLinkServiceNetworkPolicies) Set the privateLinkServiceNetworkPolicies property: Enable or Disable apply network policies on private link service in the subnet.SubnetPropertiesFormatInner.withPrivateLinkServiceNetworkPolicies(VirtualNetworkPrivateLinkServiceNetworkPolicies privateLinkServiceNetworkPolicies) Set the privateLinkServiceNetworkPolicies property: Enable or Disable apply network policies on private link service in the subnet. -
Uses of VirtualNetworkPrivateLinkServiceNetworkPolicies in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as VirtualNetworkPrivateLinkServiceNetworkPoliciesModifier and TypeFieldDescriptionstatic final VirtualNetworkPrivateLinkServiceNetworkPoliciesVirtualNetworkPrivateLinkServiceNetworkPolicies.DISABLEDStatic value Disabled for VirtualNetworkPrivateLinkServiceNetworkPolicies.static final VirtualNetworkPrivateLinkServiceNetworkPoliciesVirtualNetworkPrivateLinkServiceNetworkPolicies.ENABLEDStatic value Enabled for VirtualNetworkPrivateLinkServiceNetworkPolicies.Methods in com.azure.resourcemanager.network.models that return VirtualNetworkPrivateLinkServiceNetworkPoliciesModifier and TypeMethodDescriptionVirtualNetworkPrivateLinkServiceNetworkPolicies.fromString(String name) Creates or finds a VirtualNetworkPrivateLinkServiceNetworkPolicies from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type VirtualNetworkPrivateLinkServiceNetworkPoliciesModifier and TypeMethodDescriptionVirtualNetworkPrivateLinkServiceNetworkPolicies.values()Gets known VirtualNetworkPrivateLinkServiceNetworkPolicies values.