AppServiceSupportedTlsVersion Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Azure SDK for .NET