Share via


FrontDoorEndpointType Struct

Definition

The type of endpoint.

public readonly struct FrontDoorEndpointType : IEquatable<Azure.ResourceManager.FrontDoor.Models.FrontDoorEndpointType>
type FrontDoorEndpointType = struct
Public Structure FrontDoorEndpointType
Implements IEquatable(Of FrontDoorEndpointType)
Inheritance
FrontDoorEndpointType
Implements

Constructors

FrontDoorEndpointType(String)

Initializes a new instance of FrontDoorEndpointType.

Properties

AzureFrontDoor

AFD.

AzureRegion

AzureRegion.

AzureTrafficManager

ATM.

Cdn

CDN.

Methods

Equals(FrontDoorEndpointType)

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(FrontDoorEndpointType, FrontDoorEndpointType)

Determines if two FrontDoorEndpointType values are the same.

Implicit(String to FrontDoorEndpointType)

Converts a string to a FrontDoorEndpointType.

Inequality(FrontDoorEndpointType, FrontDoorEndpointType)

Determines if two FrontDoorEndpointType values are not the same.

Applies to