VpnClientRevokedCertificate Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. network. models. VpnClientRevokedCertificate
- com.
- com.
public final class VpnClientRevokedCertificate
extends SubResource
VPN client revoked certificate of virtual network gateway.
Constructor Summary
Constructor | Description |
---|---|
VpnClientRevokedCertificate() |
Creates an instance of Vpn |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated. |
static
Vpn |
fromJson(JsonReader jsonReader)
Reads an instance of Vpn |
String |
name()
Get the name property: The name of the resource that is unique within a resource group. |
Provisioning |
provisioningState()
Get the provisioning |
String |
thumbprint()
Get the thumbprint property: The revoked VPN client certificate thumbprint. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Vpn |
withId(String id) |
Vpn |
withName(String name)
Set the name property: The name of the resource that is unique within a resource group. |
Vpn |
withThumbprint(String thumbprint)
Set the thumbprint property: The revoked VPN client certificate thumbprint. |
Methods inherited from SubResource
Methods inherited from java.lang.Object
Constructor Details
VpnClientRevokedCertificate
public VpnClientRevokedCertificate()
Creates an instance of VpnClientRevokedCertificate class.
Method Details
etag
public String etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
Returns:
fromJson
public static VpnClientRevokedCertificate fromJson(JsonReader jsonReader)
Reads an instance of VpnClientRevokedCertificate from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The name of the resource that is unique within a resource group. This name can be used to access the resource.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the VPN client revoked certificate resource.
Returns:
thumbprint
public String thumbprint()
Get the thumbprint property: The revoked VPN client certificate thumbprint.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
VpnClientRevokedCertificate.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
withId
public VpnClientRevokedCertificate withId(String id)
Overrides:
VpnClientRevokedCertificate.withId(String id)Parameters:
withName
public VpnClientRevokedCertificate withName(String name)
Set the name property: The name of the resource that is unique within a resource group. This name can be used to access the resource.
Parameters:
Returns:
withThumbprint
public VpnClientRevokedCertificate withThumbprint(String thumbprint)
Set the thumbprint property: The revoked VPN client certificate thumbprint.
Parameters:
Returns:
Applies to
Azure SDK for Java