Uses of Class
com.azure.resourcemanager.network.models.VpnClientRevokedCertificate
Packages that use VpnClientRevokedCertificate
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of VpnClientRevokedCertificate in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return VpnClientRevokedCertificateModifier and TypeMethodDescriptionstatic VpnClientRevokedCertificateVpnClientRevokedCertificate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VpnClientRevokedCertificate from the JsonReader.Set the name property: The name of the resource that is unique within a resource group.VpnClientRevokedCertificate.withThumbprint(String thumbprint) Set the thumbprint property: The revoked VPN client certificate thumbprint.Methods in com.azure.resourcemanager.network.models that return types with arguments of type VpnClientRevokedCertificateModifier and TypeMethodDescriptionVpnClientConfiguration.vpnClientRevokedCertificates()Get the vpnClientRevokedCertificates property: VpnClientRevokedCertificate for Virtual network gateway.Method parameters in com.azure.resourcemanager.network.models with type arguments of type VpnClientRevokedCertificateModifier and TypeMethodDescriptionVpnClientConfiguration.withVpnClientRevokedCertificates(List<VpnClientRevokedCertificate> vpnClientRevokedCertificates) Set the vpnClientRevokedCertificates property: VpnClientRevokedCertificate for Virtual network gateway.