Uses of Class
com.azure.resourcemanager.network.models.VpnServerConfigVpnClientRevokedCertificate
Packages that use VpnServerConfigVpnClientRevokedCertificate
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VpnServerConfigVpnClientRevokedCertificate in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type VpnServerConfigVpnClientRevokedCertificateModifier and TypeMethodDescriptionVpnServerConfigurationInner.vpnClientRevokedCertificates()Get the vpnClientRevokedCertificates property: VPN client revoked certificate of VpnServerConfiguration.VpnServerConfigurationProperties.vpnClientRevokedCertificates()Get the vpnClientRevokedCertificates property: VPN client revoked certificate of VpnServerConfiguration.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type VpnServerConfigVpnClientRevokedCertificateModifier and TypeMethodDescriptionVpnServerConfigurationInner.withVpnClientRevokedCertificates(List<VpnServerConfigVpnClientRevokedCertificate> vpnClientRevokedCertificates) Set the vpnClientRevokedCertificates property: VPN client revoked certificate of VpnServerConfiguration.VpnServerConfigurationProperties.withVpnClientRevokedCertificates(List<VpnServerConfigVpnClientRevokedCertificate> vpnClientRevokedCertificates) Set the vpnClientRevokedCertificates property: VPN client revoked certificate of VpnServerConfiguration. -
Uses of VpnServerConfigVpnClientRevokedCertificate in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type VpnServerConfigVpnClientRevokedCertificateModifier and TypeClassDescriptionfinal classProperties of the revoked VPN client certificate of VpnServerConfiguration.Methods in com.azure.resourcemanager.network.models that return VpnServerConfigVpnClientRevokedCertificateModifier and TypeMethodDescriptionVpnServerConfigVpnClientRevokedCertificate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VpnServerConfigVpnClientRevokedCertificate from the JsonReader.Set the name property: The certificate name.VpnServerConfigVpnClientRevokedCertificate.withThumbprint(String thumbprint) Set the thumbprint property: The revoked VPN client certificate thumbprint.