Uses of Class
com.azure.resourcemanager.network.models.VpnClientRevokedCertificate
-
Packages that use VpnClientRevokedCertificate Package Description com.azure.resourcemanager.network.models 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 VpnClientRevokedCertificate Modifier and Type Method Description VpnClientRevokedCertificateVpnClientRevokedCertificate. withId(String id)VpnClientRevokedCertificateVpnClientRevokedCertificate. withName(String name)Set the name property: The name of the resource that is unique within a resource group.VpnClientRevokedCertificateVpnClientRevokedCertificate. 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 VpnClientRevokedCertificate Modifier and Type Method Description List<VpnClientRevokedCertificate>VpnClientConfiguration. vpnClientRevokedCertificates()Get the vpnClientRevokedCertificates property: VpnClientRevokedCertificate for Virtual network gateway.Method parameters in com.azure.resourcemanager.network.models with type arguments of type VpnClientRevokedCertificate Modifier and Type Method Description VpnClientConfigurationVpnClientConfiguration. withVpnClientRevokedCertificates(List<VpnClientRevokedCertificate> vpnClientRevokedCertificates)Set the vpnClientRevokedCertificates property: VpnClientRevokedCertificate for Virtual network gateway.
-