Share via


IConfiguration.DaprAppProtocol Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.App.PSArgumentCompleter(new System.String[] { "http", "grpc" })]
[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Tells Dapr which protocol your application is using. Valid options are http and grpc. Default is http", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="appProtocol", Update=true)]
public string DaprAppProtocol { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.PSArgumentCompleter(new System.String[] { "http", "grpc" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Tells Dapr which protocol your application is using. Valid options are http and grpc. Default is http", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="appProtocol", Update=true)>]
member this.DaprAppProtocol : string with get, set
Public Property DaprAppProtocol As String

Property Value

Attributes

Applies to