ApplicationGatewayAuthenticationCertificate Class
Authentication certificates of an application gateway.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2020_04_01.models._models_py3.SubResourceApplicationGatewayAuthenticationCertificate
Constructor
ApplicationGatewayAuthenticationCertificate(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, data: typing.Union[str, NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- name
- str
Name of the authentication certificate that is unique within an Application Gateway.
- data
- str
Certificate public data.
Variables
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- type
- str
Type of the resource.
- provisioning_state
- str or ProvisioningState
The provisioning state of the authentication certificate resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Feedback
Submit and view feedback for