ApplicationGatewayAvailableSslOptions Class
Response for ApplicationGatewayAvailableSslOptions API service call.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.ResourceApplicationGatewayAvailableSslOptions
Constructor
ApplicationGatewayAvailableSslOptions(*, id: str | None = None, location: str | None = None, tags: Dict[str, str] | None = None, predefined_policies: List[_models.SubResource] | None = None, default_policy: str | _models.ApplicationGatewaySslPolicyName | None = None, available_cipher_suites: List[str | _models.ApplicationGatewaySslCipherSuite] | None = None, available_protocols: List[str | _models.ApplicationGatewaySslProtocol] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
location
|
Resource location. |
tags
|
Resource tags. |
predefined_policies
|
List of available Ssl predefined policy. |
default_policy
|
Name of the Ssl predefined policy applied by default to application gateway. Known values are: "AppGwSslPolicy20150501", "AppGwSslPolicy20170401", "AppGwSslPolicy20170401S", "AppGwSslPolicy20220101", and "AppGwSslPolicy20220101S". |
available_cipher_suites
|
List of available Ssl cipher suites. |
available_protocols
|
List of available Ssl protocols. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
location
|
Resource location. |
tags
|
Resource tags. |
predefined_policies
|
List of available Ssl predefined policy. |
default_policy
|
Name of the Ssl predefined policy applied by default to application gateway. Known values are: "AppGwSslPolicy20150501", "AppGwSslPolicy20170401", "AppGwSslPolicy20170401S", "AppGwSslPolicy20220101", and "AppGwSslPolicy20220101S". |
available_cipher_suites
|
List of available Ssl cipher suites. |
available_protocols
|
List of available Ssl protocols. |
Azure SDK for Python