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.

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

Constructors

HttpsRedirect(String)

Initializes a new instance of HttpsRedirect.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(HttpsRedirect)

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

Determines if two HttpsRedirect values are the same.

Implicit(String to HttpsRedirect)

Converts a string to a HttpsRedirect.

Inequality(HttpsRedirect, HttpsRedirect)

Determines if two HttpsRedirect values are not the same.

Applies to