Freigeben über


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

Name Description
HttpsRedirect(String)

Initializes a new instance of HttpsRedirect.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Methods

Name Description
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

Name Description
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