azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

109 строки
8.1 KiB
YAML

### 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:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.SubResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.microsoft.azure.SubResource.id()?alt=com.microsoft.azure.SubResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.SubResource.withId(java.lang.String)?alt=com.microsoft.azure.SubResource.withId&text=withId\" data-throw-if-not-resolved=\"False\" />"
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **VpnClientRevokedCertificate**</br> extends <xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"com.microsoft.azure.management.network.ProvisioningState?alt=com.microsoft.azure.management.network.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
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: "<xref href=\"com.microsoft.azure.management.network.VpnClientRevokedCertificate?alt=com.microsoft.azure.management.network.VpnClientRevokedCertificate&text=VpnClientRevokedCertificate\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public VpnClientRevokedCertificate withThumbprint(String thumbprint)"
desc: "Set the revoked VPN client certificate thumbprint."
returns:
description: "the VpnClientRevokedCertificate object itself."
type: "<xref href=\"com.microsoft.azure.management.network.VpnClientRevokedCertificate?alt=com.microsoft.azure.management.network.VpnClientRevokedCertificate&text=VpnClientRevokedCertificate\" data-throw-if-not-resolved=\"False\" />"
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