AppPlatformGatewayRouteConfigProtocol 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.
Protocol of routed Azure Spring Apps applications.
public readonly struct AppPlatformGatewayRouteConfigProtocol : IEquatable<Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayRouteConfigProtocol>
type AppPlatformGatewayRouteConfigProtocol = struct
Public Structure AppPlatformGatewayRouteConfigProtocol
Implements IEquatable(Of AppPlatformGatewayRouteConfigProtocol)
- Inheritance
-
System.ValueTypeAppPlatformGatewayRouteConfigProtocol
- Implements
-
System.IEquatable<AppPlatformGatewayRouteConfigProtocol>
Constructors
| AppPlatformGatewayRouteConfigProtocol(String) |
Initializes a new instance of AppPlatformGatewayRouteConfigProtocol. |
Properties
| Http |
HTTP. |
| Https |
HTTPS. |
Methods
| Equals(AppPlatformGatewayRouteConfigProtocol) |
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(AppPlatformGatewayRouteConfigProtocol, AppPlatformGatewayRouteConfigProtocol) |
Determines if two AppPlatformGatewayRouteConfigProtocol values are the same. |
| Implicit(String to AppPlatformGatewayRouteConfigProtocol) |
Converts a System.String to a AppPlatformGatewayRouteConfigProtocol. |
| Inequality(AppPlatformGatewayRouteConfigProtocol, AppPlatformGatewayRouteConfigProtocol) |
Determines if two AppPlatformGatewayRouteConfigProtocol values are not the same. |