次の方法で共有


IIngress.External Property

Definition

Bool indicating if app exposes an external http endpoint

[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Bool indicating if app exposes an external http endpoint", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="external", Update=true)]
public bool? External { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Bool indicating if app exposes an external http endpoint", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="external", Update=true)>]
member this.External : Nullable<bool> with get, set
Public Property External As Nullable(Of Boolean)

Property Value

Attributes

Applies to