ApplicationGatewaySslCertificate Class
SSL certificates of an application gateway.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2019_12_01.models._models_py3.SubResourceApplicationGatewaySslCertificate
Constructor
ApplicationGatewaySslCertificate(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, data: typing.Union[str, NoneType] = None, password: typing.Union[str, NoneType] = None, key_vault_secret_id: typing.Union[str, NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- name
- str
Name of the SSL certificate that is unique within an Application Gateway.
- data
- str
Base-64 encoded pfx certificate. Only applicable in PUT Request.
- password
- str
Password for the pfx file specified in data. Only applicable in PUT request.
- key_vault_secret_id
- str
Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.
Variables
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- type
- str
Type of the resource.
- public_cert_data
- str
Base-64 encoded Public cert data corresponding to pfx specified in data. Only applicable in GET request.
- provisioning_state
- str or ProvisioningState
The provisioning state of the SSL certificate resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Feedback
Submit and view feedback for