FrontDoorEndpointProtocol 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.
Supported protocols for the customer's endpoint.
public readonly struct FrontDoorEndpointProtocol : IEquatable<Azure.ResourceManager.Cdn.Models.FrontDoorEndpointProtocol>
type FrontDoorEndpointProtocol = struct
Public Structure FrontDoorEndpointProtocol
Implements IEquatable(Of FrontDoorEndpointProtocol)
- Inheritance
-
FrontDoorEndpointProtocol
- Implements
Constructors
| Name | Description |
|---|---|
| FrontDoorEndpointProtocol(String) |
Initializes a new instance of FrontDoorEndpointProtocol. |
Properties
| Name | Description |
|---|---|
| Http |
Http. |
| Https |
Https. |
Methods
| Name | Description |
|---|---|
| Equals(FrontDoorEndpointProtocol) |
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(FrontDoorEndpointProtocol, FrontDoorEndpointProtocol) |
Determines if two FrontDoorEndpointProtocol values are the same. |
| Implicit(String to FrontDoorEndpointProtocol) |
Converts a String to a FrontDoorEndpointProtocol. |
| Inequality(FrontDoorEndpointProtocol, FrontDoorEndpointProtocol) |
Determines if two FrontDoorEndpointProtocol values are not the same. |