public class VpnClientRevokedCertificate
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
VpnClientRevokedCertificate() |
| 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 revoked certificate resource.
|
String |
thumbprint()
Get the thumbprint property: The revoked VPN client certificate thumbprint.
|
void |
validate()
Validates the instance.
|
VpnClientRevokedCertificate |
withId(String id) |
VpnClientRevokedCertificate |
withName(String name)
Set the name property: The name of the resource that is unique within a resource group.
|
VpnClientRevokedCertificate |
withThumbprint(String thumbprint)
Set the thumbprint property: The revoked VPN client certificate thumbprint.
|
public String name()
public VpnClientRevokedCertificate withName(String name)
name - the name value to set.public String etag()
public String thumbprint()
public VpnClientRevokedCertificate withThumbprint(String thumbprint)
thumbprint - the thumbprint value to set.public ProvisioningState provisioningState()
public VpnClientRevokedCertificate 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.