你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
HttpsRedirect Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |