HttpsRedirect Struct

Definition

Whether to automatically redirect HTTP traffic to HTTPS traffic. Note that this is a easy way to set up this rule and it will be the first rule that gets executed.

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

Fields

Disabled
Enabled

Methods

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

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

Equals(HttpsRedirect)

Compares values of enum type HttpsRedirect

Equals(Object)

Compares values of enum type HttpsRedirect (override for Object)

GetHashCode()

Returns hashCode for enum HttpsRedirect

ToString()

Returns string representation for HttpsRedirect

Operators

Equality(HttpsRedirect, HttpsRedirect)

Overriding == operator for enum HttpsRedirect

Implicit(HttpsRedirect to String)

Implicit operator to convert HttpsRedirect to string

Implicit(String to HttpsRedirect)

Implicit operator to convert string to HttpsRedirect

Inequality(HttpsRedirect, HttpsRedirect)

Overriding != operator for enum HttpsRedirect

Applies to