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". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python