Share via


IConfiguration.DaprAppPort Property

Definition

Tells Dapr which port your application is listening on

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

Property Value

Attributes

Applies to