### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.VpnClientRevokedCertificate"
fullName: "com.microsoft.azure.management.network.VpnClientRevokedCertificate"
name: "VpnClientRevokedCertificate"
nameWithType: "VpnClientRevokedCertificate"
summary: "VPN client revoked certificate of virtual network gateway."
inheritances:
- ""
- ""
inheritedClassMethods:
- classRef: ""
methodsRef:
- ""
- ""
- classRef: ""
methodsRef:
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
syntax: "public class **VpnClientRevokedCertificate** extends "
constructors:
- uid: "com.microsoft.azure.management.network.VpnClientRevokedCertificate.VpnClientRevokedCertificate()"
fullName: "com.microsoft.azure.management.network.VpnClientRevokedCertificate.VpnClientRevokedCertificate()"
name: "VpnClientRevokedCertificate()"
nameWithType: "VpnClientRevokedCertificate.VpnClientRevokedCertificate()"
syntax: "public VpnClientRevokedCertificate()"
methods:
- uid: "com.microsoft.azure.management.network.VpnClientRevokedCertificate.etag()"
fullName: "com.microsoft.azure.management.network.VpnClientRevokedCertificate.etag()"
name: "etag()"
nameWithType: "VpnClientRevokedCertificate.etag()"
summary: "Get a unique read-only string that changes whenever the resource is updated."
syntax: "public String etag()"
desc: "Get a unique read-only string that changes whenever the resource is updated."
returns:
description: "the etag value"
type: ""
- uid: "com.microsoft.azure.management.network.VpnClientRevokedCertificate.name()"
fullName: "com.microsoft.azure.management.network.VpnClientRevokedCertificate.name()"
name: "name()"
nameWithType: "VpnClientRevokedCertificate.name()"
summary: "Get the name of the resource that is unique within a resource group."
syntax: "public String name()"
desc: "Get the name of the resource that is unique within a resource group. This name can be used to access the resource."
returns:
description: "the name value"
type: ""
- uid: "com.microsoft.azure.management.network.VpnClientRevokedCertificate.provisioningState()"
fullName: "com.microsoft.azure.management.network.VpnClientRevokedCertificate.provisioningState()"
name: "provisioningState()"
nameWithType: "VpnClientRevokedCertificate.provisioningState()"
summary: "Get the provisioning state of the VPN client revoked certificate resource."
syntax: "public ProvisioningState provisioningState()"
desc: "Get the provisioning state of the VPN client revoked certificate resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'."
returns:
description: "the provisioningState value"
type: ""
- uid: "com.microsoft.azure.management.network.VpnClientRevokedCertificate.thumbprint()"
fullName: "com.microsoft.azure.management.network.VpnClientRevokedCertificate.thumbprint()"
name: "thumbprint()"
nameWithType: "VpnClientRevokedCertificate.thumbprint()"
summary: "Get the revoked VPN client certificate thumbprint."
syntax: "public String thumbprint()"
desc: "Get the revoked VPN client certificate thumbprint."
returns:
description: "the thumbprint value"
type: ""
- uid: "com.microsoft.azure.management.network.VpnClientRevokedCertificate.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.network.VpnClientRevokedCertificate.withName(String name)"
name: "withName(String name)"
nameWithType: "VpnClientRevokedCertificate.withName(String name)"
summary: "Set the name of the resource that is unique within a resource group."
parameters:
- description: "the name value to set"
name: "name"
type: ""
syntax: "public VpnClientRevokedCertificate withName(String name)"
desc: "Set the name of the resource that is unique within a resource group. This name can be used to access the resource."
returns:
description: "the VpnClientRevokedCertificate object itself."
type: ""
- uid: "com.microsoft.azure.management.network.VpnClientRevokedCertificate.withThumbprint(java.lang.String)"
fullName: "com.microsoft.azure.management.network.VpnClientRevokedCertificate.withThumbprint(String thumbprint)"
name: "withThumbprint(String thumbprint)"
nameWithType: "VpnClientRevokedCertificate.withThumbprint(String thumbprint)"
summary: "Set the revoked VPN client certificate thumbprint."
parameters:
- description: "the thumbprint value to set"
name: "thumbprint"
type: ""
syntax: "public VpnClientRevokedCertificate withThumbprint(String thumbprint)"
desc: "Set the revoked VPN client certificate thumbprint."
returns:
description: "the VpnClientRevokedCertificate object itself."
type: ""
type: "class"
desc: "VPN client revoked certificate of virtual network gateway."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4