你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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