Share via


FrontDoorRedirectType Struct

Definition

The redirect type the rule will use when redirecting traffic.

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

Constructors

FrontDoorRedirectType(String)

Initializes a new instance of FrontDoorRedirectType.

Properties

Found

Found.

Moved

Moved.

PermanentRedirect

PermanentRedirect.

TemporaryRedirect

TemporaryRedirect.

Methods

Equals(FrontDoorRedirectType)

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

Determines if two FrontDoorRedirectType values are the same.

Implicit(String to FrontDoorRedirectType)

Converts a string to a FrontDoorRedirectType.

Inequality(FrontDoorRedirectType, FrontDoorRedirectType)

Determines if two FrontDoorRedirectType values are not the same.

Applies to