Compartilhar via


Dapr.AppPort Property

Definition

Tells Dapr which port your application is listening on

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

Property Value

Implements

Attributes

Applies to