Megosztás a következőn keresztül:


IDapr.AppPort Property

Definition

Port on which the Dapr side car

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

Property Value

Attributes

Applies to