AppServiceSupportedTlsVersion Estrutura

Definição

MinTlsVersion: configura a versão mínima do TLS necessária para solicitações SSL.

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

Construtores

AppServiceSupportedTlsVersion(String)

Inicializa uma nova instância de AppServiceSupportedTlsVersion.

Propriedades

Tls1_0

1.0.

Tls1_1

1,1.

Tls1_2

1.2.

Métodos

Equals(AppServiceSupportedTlsVersion)

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

Determina se dois AppServiceSupportedTlsVersion valores são os mesmos.

Implicit(String to AppServiceSupportedTlsVersion)

Converte uma cadeia de caracteres em um AppServiceSupportedTlsVersion.

Inequality(AppServiceSupportedTlsVersion, AppServiceSupportedTlsVersion)

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

Aplica-se a