Compartilhar via


ContainerAppHttpScheme Estrutura

Definição

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

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

Construtores

ContainerAppHttpScheme(String)

Inicializa uma nova instância de ContainerAppHttpScheme.

Propriedades

Http

HTTP.

Https

HTTPS.

Métodos

Equals(ContainerAppHttpScheme)

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

Determina se dois ContainerAppHttpScheme valores são os mesmos.

Implicit(String to ContainerAppHttpScheme)

Converte uma cadeia de caracteres em um ContainerAppHttpScheme.

Inequality(ContainerAppHttpScheme, ContainerAppHttpScheme)

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

Aplica-se a