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

HttpScheme(String)

Initializes a new instance of HttpScheme.

Properties

Http

HTTP.

Https

HTTPS.

Methods

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

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