ApplicationGatewaySslPredefinedPolicy Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Une stratégie prédéfinie Ssl.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewaySslPredefinedPolicy : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewaySslPredefinedPolicy = class
inherit SubResource
Public Class ApplicationGatewaySslPredefinedPolicy
Inherits SubResource
- Héritage
- Attributs
Constructeurs
ApplicationGatewaySslPredefinedPolicy() |
Initialise une nouvelle instance de la classe ApplicationGatewaySslPredefinedPolicy. |
ApplicationGatewaySslPredefinedPolicy(String, String, IList<String>, String) |
Initialise une nouvelle instance de la classe ApplicationGatewaySslPredefinedPolicy. |
Propriétés
CipherSuites |
Obtient ou définit les suites de chiffrement ssl à activer dans l’ordre spécifié pour la passerelle d’application. |
Id |
Obtient ou définit l’ID de ressource. (Hérité de SubResource) |
MinProtocolVersion |
Obtient ou définit la version minimale du protocole SSL à prendre en charge sur la passerelle Application Gateway. Les valeurs possibles sont les suivantes : « TLSv1_0 », « TLSv1_1 », « TLSv1_2 », « TLSv1_3 » |
Name |
Obtient ou définit le nom de la stratégie prédéfinie Ssl. |
S’applique à
Azure SDK for .NET