FrontDoorRouteGrpcState 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.
Whether or not gRPC is enabled on this route. Permitted values are 'Enabled' or 'Disabled'.
public readonly struct FrontDoorRouteGrpcState : IEquatable<Azure.ResourceManager.Cdn.Models.FrontDoorRouteGrpcState>
type FrontDoorRouteGrpcState = struct
Public Structure FrontDoorRouteGrpcState
Implements IEquatable(Of FrontDoorRouteGrpcState)
- Inheritance
-
FrontDoorRouteGrpcState
- Implements
Constructors
| Name | Description |
|---|---|
| FrontDoorRouteGrpcState(String) |
Initializes a new instance of FrontDoorRouteGrpcState. |
Properties
| Name | Description |
|---|---|
| Disabled |
Gets the Disabled. |
| Enabled |
Gets the Enabled. |
Methods
| Name | Description |
|---|---|
| Equals(FrontDoorRouteGrpcState) |
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(FrontDoorRouteGrpcState, FrontDoorRouteGrpcState) |
Determines if two FrontDoorRouteGrpcState values are the same. |
| Implicit(String to FrontDoorRouteGrpcState) |
Converts a string to a FrontDoorRouteGrpcState. |
| Implicit(String to Nullable<FrontDoorRouteGrpcState>) | |
| Inequality(FrontDoorRouteGrpcState, FrontDoorRouteGrpcState) |
Determines if two FrontDoorRouteGrpcState values are not the same. |