ISubnet.PrivateEndpointNetworkPolicy Property

Definition

Enable or Disable apply network policies on private end point in the subnet.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.PSArgumentCompleter(new System.String[] { "Enabled", "Disabled" })]
[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="Enable or Disable apply network policies on private end point in the subnet.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="privateEndpointNetworkPolicies", Update=true)]
public string PrivateEndpointNetworkPolicy { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.PSArgumentCompleter(new System.String[] { "Enabled", "Disabled" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="Enable or Disable apply network policies on private end point in the subnet.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="privateEndpointNetworkPolicies", Update=true)>]
member this.PrivateEndpointNetworkPolicy : string with get, set
Public Property PrivateEndpointNetworkPolicy As String

Property Value

Attributes

Applies to