ApplicationGatewaySslPredefinedPolicy Class
An Ssl predefined policy.
- Inheritance
-
azure.mgmt.network.models._models_py3.SubResourceApplicationGatewaySslPredefinedPolicy
Constructor
ApplicationGatewaySslPredefinedPolicy(*, id: str | None = None, name: str | None = None, cipher_suites: List[str | _models.ApplicationGatewaySslCipherSuite] | None = None, min_protocol_version: str | _models.ApplicationGatewaySslProtocol | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Name of the Ssl predefined policy. |
cipher_suites
|
Ssl cipher suites to be enabled in the specified order for application gateway. |
min_protocol_version
|
Minimum version of Ssl protocol to be supported on application gateway. Known values are: "TLSv1_0", "TLSv1_1", "TLSv1_2", and "TLSv1_3". |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Name of the Ssl predefined policy. |
cipher_suites
|
Ssl cipher suites to be enabled in the specified order for application gateway. |
min_protocol_version
|
Minimum version of Ssl protocol to be supported on application gateway. Known values are: "TLSv1_0", "TLSv1_1", "TLSv1_2", and "TLSv1_3". |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python