ApplicationGatewaySslCertificate Class
SSL certificates of an application gateway.
- Inheritance
-
azure.mgmt.network.v2018_01_01.models._models_py3.SubResourceApplicationGatewaySslCertificate
Constructor
ApplicationGatewaySslCertificate(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, etag: typing.Union[str, NoneType] = None, type: typing.Union[str, NoneType] = None, data: typing.Union[str, NoneType] = None, password: typing.Union[str, NoneType] = None, public_cert_data: typing.Union[str, NoneType] = None, provisioning_state: typing.Union[str, NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- name
- str
Name of the resource that is unique within a resource group. This name can be used to access the resource.
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- type
- str
Type of the resource.
- 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.
- public_cert_data
- str
Base-64 encoded Public cert data corresponding to pfx specified in data. Only applicable in GET request.
- provisioning_state
- str
Provisioning state of the SSL certificate resource Possible values are: 'Updating', 'Deleting', and 'Failed'.
Feedback
Submit and view feedback for