public class VpnClientRootCertificate
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
VpnClientRootCertificate() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
String |
name()
Get the name property: The name of the resource that is unique within a resource group.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the VPN client root certificate resource.
|
String |
publicCertData()
Get the publicCertData property: The certificate public data.
|
void |
validate()
Validates the instance.
|
VpnClientRootCertificate |
withId(String id) |
VpnClientRootCertificate |
withName(String name)
Set the name property: The name of the resource that is unique within a resource group.
|
VpnClientRootCertificate |
withPublicCertData(String publicCertData)
Set the publicCertData property: The certificate public data.
|
public String name()
public VpnClientRootCertificate withName(String name)
name - the name value to set.public String etag()
public String publicCertData()
public VpnClientRootCertificate withPublicCertData(String publicCertData)
publicCertData - the publicCertData value to set.public ProvisioningState provisioningState()
public VpnClientRootCertificate withId(String id)
withId in class com.azure.core.management.SubResourcepublic void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.