VpnClientRootCertificate Class

VPN client root certificate of virtual network gateway.

Inheritance
azure.mgmt.network.v2015_06_15.models._models_py3.SubResource
VpnClientRootCertificate

Constructor

VpnClientRootCertificate(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, etag: 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 Identifier.

name
str

The 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.

public_cert_data
str

Gets or sets the certificate public data.

provisioning_state
str

The provisioning state of the VPN client root certificate resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.