VpnClientRootCertificate Class
VPN client root certificate of virtual network gateway.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.network.models._models_py3.SubResourceVpnClientRootCertificate
Constructor
VpnClientRootCertificate(*, public_cert_data: str, id: str | None = None, name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of the resource that is unique within a resource group. This name can be used to access the resource. |
public_cert_data
|
The certificate public data. Required. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of the resource that is unique within a resource group. This name can be used to access the resource. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
public_cert_data
|
The certificate public data. Required. |
provisioning_state
|
The provisioning state of the VPN client root certificate resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed". |
Azure SDK for Python