ITemplate.DaprAppPort 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? DaprAppPort { 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.DaprAppPort : Nullable<int> with get, set
Public Property DaprAppPort As Nullable(Of Integer)

Property Value

Attributes

Applies to