Site.DaprConfigAppPort Property

Definition

Tells Dapr which port your application is listening on

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)]
public int? DaprConfigAppPort { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)>]
member this.DaprConfigAppPort : Nullable<int> with get, set
Public Property DaprConfigAppPort As Nullable(Of Integer)

Property Value

Implements

Attributes

Applies to