다음을 통해 공유


FrontDoorProtocol Struct

Definition

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