ContainerAppProtocol 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 ContainerAppProtocol : IEquatable<Azure.ResourceManager.AppContainers.Models.ContainerAppProtocol>
type ContainerAppProtocol = struct
Public Structure ContainerAppProtocol
Implements IEquatable(Of ContainerAppProtocol)
- Inheritance
-
ContainerAppProtocol
- Implements
Constructors
| Name | Description |
|---|---|
| ContainerAppProtocol(String) |
Initializes a new instance of ContainerAppProtocol. |
Properties
| Name | Description |
|---|---|
| Grpc |
grpc. |
| Http |
http. |
Methods
| Name | Description |
|---|---|
| Equals(ContainerAppProtocol) |
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(ContainerAppProtocol, ContainerAppProtocol) |
Determines if two ContainerAppProtocol values are the same. |
| Implicit(String to ContainerAppProtocol) |
Converts a String to a ContainerAppProtocol. |
| Inequality(ContainerAppProtocol, ContainerAppProtocol) |
Determines if two ContainerAppProtocol values are not the same. |