Udostępnij przez


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