AppProtocol Struct
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.
public readonly struct AppProtocol : IEquatable<Azure.ResourceManager.Applications.Containers.Models.AppProtocol>
type AppProtocol = struct
Public Structure AppProtocol
Implements IEquatable(Of AppProtocol)
- Inheritance
-
AppProtocol
- Implements
Constructors
| Name | Description |
|---|---|
| AppProtocol(String) |
Initializes a new instance of AppProtocol. |
Properties
| Name | Description |
|---|---|
| Grpc |
grpc. |
| Http |
http. |
Methods
| Name | Description |
|---|---|
| Equals(AppProtocol) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(AppProtocol, AppProtocol) |
Determines if two AppProtocol values are the same. |
| Implicit(String to AppProtocol) |
Converts a string to a AppProtocol. |
| Inequality(AppProtocol, AppProtocol) |
Determines if two AppProtocol values are not the same. |