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
FrontDoorProtocol(String) |
Initializes a new instance of FrontDoorProtocol. |
Properties
Http |
Http. |
Https |
Https. |
Methods
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
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. |
Applies to
Azure SDK for .NET