Class VpnClientRevokedCertificate
java.lang.Object
com.microsoft.azure.SubResource
com.microsoft.azure.management.network.VpnClientRevokedCertificate
public class VpnClientRevokedCertificate
extends com.microsoft.azure.SubResource
VPN client revoked certificate of virtual network gateway.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionetag()
Get a unique read-only string that changes whenever the resource is updated.name()
Get the name of the resource that is unique within a resource group.Get the provisioning state of the VPN client revoked certificate resource.Get the revoked VPN client certificate thumbprint.Set the name of the resource that is unique within a resource group.withThumbprint
(String thumbprint) Set the revoked VPN client certificate thumbprint.Methods inherited from class com.microsoft.azure.SubResource
id, withId
-
Constructor Details
-
VpnClientRevokedCertificate
public VpnClientRevokedCertificate()
-
-
Method Details
-
thumbprint
Get the revoked VPN client certificate thumbprint.- Returns:
- the thumbprint value
-
withThumbprint
Set the revoked VPN client certificate thumbprint.- Parameters:
thumbprint
- the thumbprint value to set- Returns:
- the VpnClientRevokedCertificate object itself.
-
provisioningState
Get the provisioning state of the VPN client revoked certificate resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.- Returns:
- the provisioningState value
-
name
Get the name of the resource that is unique within a resource group. This name can be used to access the resource.- Returns:
- the name value
-
withName
Set the name of the resource that is unique within a resource group. This name can be used to access the resource.- Parameters:
name
- the name value to set- Returns:
- the VpnClientRevokedCertificate object itself.
-
etag
Get a unique read-only string that changes whenever the resource is updated.- Returns:
- the etag value
-