RedirectType Struct

Definition

The redirect type the rule will use when redirecting traffic.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.RedirectTypeTypeConverter))]
public struct RedirectType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.RedirectType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.RedirectTypeTypeConverter))>]
type RedirectType = struct
    interface IArgumentCompleter
Public Structure RedirectType
Implements IArgumentCompleter, IEquatable(Of RedirectType)
Inheritance
RedirectType
Attributes
Implements

Fields

Found
Moved
PermanentRedirect
TemporaryRedirect

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type RedirectType (override for Object)

Equals(RedirectType)

Compares values of enum type RedirectType

GetHashCode()

Returns hashCode for enum RedirectType

ToString()

Returns string representation for RedirectType

Operators

Equality(RedirectType, RedirectType)

Overriding == operator for enum RedirectType

Implicit(RedirectType to String)

Implicit operator to convert RedirectType to string

Implicit(String to RedirectType)

Implicit operator to convert string to RedirectType

Inequality(RedirectType, RedirectType)

Overriding != operator for enum RedirectType

Applies to