public class P2SVpnServerConfigVpnClientRevokedCertificate
extends com.microsoft.azure.SubResource
| Constructor and Description |
|---|
P2SVpnServerConfigVpnClientRevokedCertificate() |
| 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.
|
P2SVpnServerConfigVpnClientRevokedCertificate |
withEtag(String etag)
Set a unique read-only string that changes whenever the resource is updated.
|
P2SVpnServerConfigVpnClientRevokedCertificate |
withName(String name)
Set the name of the resource that is unique within a resource group.
|
P2SVpnServerConfigVpnClientRevokedCertificate |
withThumbprint(String thumbprint)
Set the revoked VPN client certificate thumbprint.
|
public P2SVpnServerConfigVpnClientRevokedCertificate()
public String thumbprint()
public P2SVpnServerConfigVpnClientRevokedCertificate withThumbprint(String thumbprint)
thumbprint - the thumbprint value to setpublic String provisioningState()
public String name()
public P2SVpnServerConfigVpnClientRevokedCertificate withName(String name)
name - the name value to setpublic String etag()
public P2SVpnServerConfigVpnClientRevokedCertificate 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.
*/