FrontDoorProtocol 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.
Accepted protocol schemes.
public readonly struct FrontDoorProtocol : IEquatable<Azure.ResourceManager.FrontDoor.Models.FrontDoorProtocol>
type FrontDoorProtocol = struct
Public Structure FrontDoorProtocol
Implements IEquatable(Of FrontDoorProtocol)
- Inheritance
-
FrontDoorProtocol
- Implements
Constructors
| Name | Description |
|---|---|
| FrontDoorProtocol(String) |
Initializes a new instance of FrontDoorProtocol. |
Properties
| Name | Description |
|---|---|
| Http |
Http. |
| Https |
Https. |
Methods
| Name | Description |
|---|---|
| Equals(FrontDoorProtocol) |
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(FrontDoorProtocol, FrontDoorProtocol) |
Determines if two FrontDoorProtocol values are the same. |
| Implicit(String to FrontDoorProtocol) |
Converts a String to a FrontDoorProtocol. |
| Inequality(FrontDoorProtocol, FrontDoorProtocol) |
Determines if two FrontDoorProtocol values are not the same. |