Uses of Class
com.azure.resourcemanager.network.models.VirtualNetworkPrivateLinkServiceNetworkPolicies
-
Packages that use VirtualNetworkPrivateLinkServiceNetworkPolicies 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 VirtualNetworkPrivateLinkServiceNetworkPolicies in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VirtualNetworkPrivateLinkServiceNetworkPolicies Modifier and Type Method Description VirtualNetworkPrivateLinkServiceNetworkPoliciesSubnetInner. privateLinkServiceNetworkPolicies()Get the privateLinkServiceNetworkPolicies property: Enable or Disable apply network policies on private link service in the subnet.VirtualNetworkPrivateLinkServiceNetworkPoliciesSubnetPropertiesFormatInner. 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 VirtualNetworkPrivateLinkServiceNetworkPolicies Modifier and Type Method Description SubnetInnerSubnetInner. withPrivateLinkServiceNetworkPolicies(VirtualNetworkPrivateLinkServiceNetworkPolicies privateLinkServiceNetworkPolicies)Set the privateLinkServiceNetworkPolicies property: Enable or Disable apply network policies on private link service in the subnet.SubnetPropertiesFormatInnerSubnetPropertiesFormatInner. 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 VirtualNetworkPrivateLinkServiceNetworkPolicies Modifier and Type Field Description static VirtualNetworkPrivateLinkServiceNetworkPoliciesVirtualNetworkPrivateLinkServiceNetworkPolicies. DISABLEDStatic value Disabled for VirtualNetworkPrivateLinkServiceNetworkPolicies.static VirtualNetworkPrivateLinkServiceNetworkPoliciesVirtualNetworkPrivateLinkServiceNetworkPolicies. ENABLEDStatic value Enabled for VirtualNetworkPrivateLinkServiceNetworkPolicies.Methods in com.azure.resourcemanager.network.models that return VirtualNetworkPrivateLinkServiceNetworkPolicies Modifier and Type Method Description static VirtualNetworkPrivateLinkServiceNetworkPoliciesVirtualNetworkPrivateLinkServiceNetworkPolicies. 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 VirtualNetworkPrivateLinkServiceNetworkPolicies Modifier and Type Method Description static Collection<VirtualNetworkPrivateLinkServiceNetworkPolicies>VirtualNetworkPrivateLinkServiceNetworkPolicies. values()
-