ISite.DaprConfigAppPort Property

Definition

Tells Dapr which port your application is listening on

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Tells Dapr which port your application is listening on", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="appPort")]
public int? DaprConfigAppPort { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Tells Dapr which port your application is listening on", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="appPort")>]
member this.DaprConfigAppPort : Nullable<int> with get, set
Public Property DaprConfigAppPort As Nullable(Of Integer)

Property Value

Attributes

Applies to