public class VpnClientRevokedCertificate
extends com.microsoft.azure.SubResource
| Constructor and Description |
|---|
VpnClientRevokedCertificate() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get a unique read-only string that changes whenever the resource is updated.
|
String |
name()
Get the name of the resource that is unique within a resource group.
|
String |
provisioningState()
Get the provisioning state of the VPN client revoked certificate resource.
|
String |
thumbprint()
Get the revoked VPN client certificate thumbprint.
|
VpnClientRevokedCertificate |
withEtag(String etag)
Set a unique read-only string that changes whenever the resource is updated.
|
VpnClientRevokedCertificate |
withName(String name)
Set the name of the resource that is unique within a resource group.
|
VpnClientRevokedCertificate |
withThumbprint(String thumbprint)
Set the revoked VPN client certificate thumbprint.
|
public String thumbprint()
public VpnClientRevokedCertificate withThumbprint(String thumbprint)
thumbprint - the thumbprint value to setpublic String provisioningState()
public String name()
public VpnClientRevokedCertificate withName(String name)
name - the name value to setpublic String etag()
public VpnClientRevokedCertificate withEtag(String etag)
etag - the etag value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/