CipherSuites Class
Describes valid TLS cipher suites.
- Inheritance
-
azure.mgmt.web._serialization.ModelCipherSuites
Constructor
CipherSuites(*, suites: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
suites
|
List of TLS Cipher Suites that are supported by App Service. |
Variables
Name | Description |
---|---|
suites
|
List of TLS Cipher Suites that are supported by App Service. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python