VpnClientRevokedCertificate Class

  • 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

Constructor Description
VpnClientRevokedCertificate()

Method Summary

Modifier and Type Method and Description
java.lang.String etag()

Get a unique read-only string that changes whenever the resource is updated.

java.lang.String name()

Get the name of the resource that is unique within a resource group.

ProvisioningState provisioningState()

Get the provisioning state of the VPN client revoked certificate resource.

java.lang.String thumbprint()

Get the revoked VPN client certificate thumbprint.

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.

Methods inherited from com.microsoft.azure.SubResource

com.microsoft.azure.SubResource.id com.microsoft.azure.SubResource.withId

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

VpnClientRevokedCertificate

public VpnClientRevokedCertificate()

Method Details

etag

public String etag()

Get a unique read-only string that changes whenever the resource is updated.

Returns:

the etag value

name

public String 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

provisioningState

public ProvisioningState provisioningState()

Get the provisioning state of the VPN client revoked certificate resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.

Returns:

the provisioningState value

thumbprint

public String thumbprint()

Get the revoked VPN client certificate thumbprint.

Returns:

the thumbprint value

withName

public VpnClientRevokedCertificate withName(String name)

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.

withThumbprint

public VpnClientRevokedCertificate withThumbprint(String thumbprint)

Set the revoked VPN client certificate thumbprint.

Parameters:

thumbprint - the thumbprint value to set

Returns:

the VpnClientRevokedCertificate object itself.

Applies to