RedirectType Struct

Definition

The redirect type the rule will use when redirecting traffic.

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

Constructors

RedirectType(String)

Initializes a new instance of RedirectType.

Properties

Found

Found.

Moved

Moved.

PermanentRedirect

PermanentRedirect.

TemporaryRedirect

TemporaryRedirect.

Methods

Equals(RedirectType)

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

Determines if two RedirectType values are the same.

Implicit(String to RedirectType)

Converts a string to a RedirectType.

Inequality(RedirectType, RedirectType)

Determines if two RedirectType values are not the same.

Applies to