AppBackendProtocol 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.
How ingress should communicate with this app backend service.
public readonly struct AppBackendProtocol : IEquatable<Azure.ResourceManager.AppPlatform.Models.AppBackendProtocol>
type AppBackendProtocol = struct
Public Structure AppBackendProtocol
Implements IEquatable(Of AppBackendProtocol)
- Inheritance
-
System.ValueTypeAppBackendProtocol
- Implements
-
System.IEquatable<AppBackendProtocol>
Constructors
| AppBackendProtocol(String) |
Initializes a new instance of AppBackendProtocol. |
Properties
| Default |
Default. |
| Grpc |
GRPC. |
Methods
| Equals(AppBackendProtocol) |
Indicates whether the current object is equal to another object of the same type. |
| Equals(Object) |
Indicates whether this instance and a specified object are equal. |
| GetHashCode() |
Returns the hash code for this instance. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Equality(AppBackendProtocol, AppBackendProtocol) |
Determines if two AppBackendProtocol values are the same. |
| Implicit(String to AppBackendProtocol) |
Converts a System.String to a AppBackendProtocol. |
| Inequality(AppBackendProtocol, AppBackendProtocol) |
Determines if two AppBackendProtocol values are not the same. |