IAppResourceProperties.Public Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Description="Indicates whether the App exposes public endpoint", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="public")]
public bool? Public { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Description="Indicates whether the App exposes public endpoint", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="public")>]
member this.Public : Nullable<bool> with get, set
Public Property Public As Nullable(Of Boolean)

Property Value

Nullable<Boolean>
Attributes

Applies to