IConfiguration.DaprAppProtocol Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tells Dapr which protocol your application is using. Valid options are http and grpc. Default is http
[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