Compartilhar via


HttpScheme Estrutura

Definição

Esquema a ser usado para se conectar ao host. O padrão é HTTP.

public readonly struct HttpScheme : IEquatable<Azure.ResourceManager.Applications.Containers.Models.HttpScheme>
type HttpScheme = struct
Public Structure HttpScheme
Implements IEquatable(Of HttpScheme)
Herança
HttpScheme
Implementações

Construtores

HttpScheme(String)

Inicializa uma nova instância de HttpScheme.

Propriedades

Http

HTTP.

Https

HTTPS.

Métodos

Equals(HttpScheme)

Indica se o objeto atual é igual a outro objeto do mesmo tipo.

ToString()

Retorna o nome do tipo totalmente qualificado dessa instância.

Operadores

Equality(HttpScheme, HttpScheme)

Determina se dois HttpScheme valores são os mesmos.

Implicit(String to HttpScheme)

Converte uma cadeia de caracteres em um HttpScheme.

Inequality(HttpScheme, HttpScheme)

Determina se dois HttpScheme valores não são os mesmos.

Aplica-se a