Sdílet prostřednictvím


FrontDoorEndpointProtocol Struct

Definition

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

FrontDoorEndpointProtocol(String)

Initializes a new instance of FrontDoorEndpointProtocol.

Properties

Http

Http.

Https

Https.

Methods

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

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.

Applies to