IAppServiceEnvironment.AllowNewPrivateEndpointConnection Property

Definition

Property to enable and disable new private endpoint connection creation on ASE

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Property to enable and disable new private endpoint connection creation on ASE", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="allowNewPrivateEndpointConnections", Update=true)]
public bool? AllowNewPrivateEndpointConnection { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Property to enable and disable new private endpoint connection creation on ASE", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="allowNewPrivateEndpointConnections", Update=true)>]
member this.AllowNewPrivateEndpointConnection : Nullable<bool> with get, set
Public Property AllowNewPrivateEndpointConnection As Nullable(Of Boolean)

Property Value

Attributes

Applies to