ApplicationGatewaySslProfile Class
SSL profile of an application gateway.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.SubResourceApplicationGatewaySslProfile
Constructor
ApplicationGatewaySslProfile(*, id: str | None = None, name: str | None = None, trusted_client_certificates: List[_models.SubResource] | None = None, ssl_policy: _models.ApplicationGatewaySslPolicy | None = None, client_auth_configuration: _models.ApplicationGatewayClientAuthConfiguration | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Name of the SSL profile that is unique within an Application Gateway. |
trusted_client_certificates
|
Array of references to application gateway trusted client certificates. |
ssl_policy
|
SSL policy of the application gateway resource. |
client_auth_configuration
|
Client authentication configuration of the application gateway resource. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Name of the SSL profile that is unique within an Application Gateway. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
type
|
Type of the resource. |
trusted_client_certificates
|
Array of references to application gateway trusted client certificates. |
ssl_policy
|
SSL policy of the application gateway resource. |
client_auth_configuration
|
Client authentication configuration of the application gateway resource. |
provisioning_state
|
The provisioning state of the HTTP listener resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
Azure SDK for Python