Uses of Class
com.azure.resourcemanager.network.models.VpnServerConfigVpnClientRevokedCertificate
-
Packages that use VpnServerConfigVpnClientRevokedCertificate Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 VpnServerConfigVpnClientRevokedCertificate Modifier and Type Method Description List<VpnServerConfigVpnClientRevokedCertificate>VpnServerConfigurationInner. vpnClientRevokedCertificates()Get the vpnClientRevokedCertificates property: VPN client revoked certificate of VpnServerConfiguration.List<VpnServerConfigVpnClientRevokedCertificate>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 VpnServerConfigVpnClientRevokedCertificate Modifier and Type Method Description VpnServerConfigurationInnerVpnServerConfigurationInner. withVpnClientRevokedCertificates(List<VpnServerConfigVpnClientRevokedCertificate> vpnClientRevokedCertificates)Set the vpnClientRevokedCertificates property: VPN client revoked certificate of VpnServerConfiguration.VpnServerConfigurationPropertiesVpnServerConfigurationProperties. withVpnClientRevokedCertificates(List<VpnServerConfigVpnClientRevokedCertificate> vpnClientRevokedCertificates)Set the vpnClientRevokedCertificates property: VPN client revoked certificate of VpnServerConfiguration. -
Uses of VpnServerConfigVpnClientRevokedCertificate in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return VpnServerConfigVpnClientRevokedCertificate Modifier and Type Method Description VpnServerConfigVpnClientRevokedCertificateVpnServerConfigVpnClientRevokedCertificate. withName(String name)Set the name property: The certificate name.VpnServerConfigVpnClientRevokedCertificateVpnServerConfigVpnClientRevokedCertificate. withThumbprint(String thumbprint)Set the thumbprint property: The revoked VPN client certificate thumbprint.
-