ISubnet.PrivateEndpointNetworkPolicy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enable or Disable apply network policies on private end point in the subnet.
[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="Enable or Disable apply network policies on private end point in the subnet.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.VirtualNetworkPrivateEndpointNetworkPolicies) }, ReadOnly=false, Required=false, SerializedName="privateEndpointNetworkPolicies")]
public Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.VirtualNetworkPrivateEndpointNetworkPolicies? PrivateEndpointNetworkPolicy { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="Enable or Disable apply network policies on private end point in the subnet.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.VirtualNetworkPrivateEndpointNetworkPolicies) }, ReadOnly=false, Required=false, SerializedName="privateEndpointNetworkPolicies")>]
member this.PrivateEndpointNetworkPolicy : Nullable<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.VirtualNetworkPrivateEndpointNetworkPolicies> with get, set
Public Property PrivateEndpointNetworkPolicy As Nullable(Of VirtualNetworkPrivateEndpointNetworkPolicies)
Property Value
- Attributes