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

HttpScheme Struct

Definition

Scheme to use for connecting to the host. Defaults to HTTP.

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

Constructors

Name Description
HttpScheme(String)

Initializes a new instance of HttpScheme.

Properties

Name Description
Http

HTTP.

Https

HTTPS.

Methods

Name Description
Equals(HttpScheme)

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

Determines if two HttpScheme values are the same.

Implicit(String to HttpScheme)

Converts a string to a HttpScheme.

Inequality(HttpScheme, HttpScheme)

Determines if two HttpScheme values are not the same.

Applies to