Uses of Class
com.azure.resourcemanager.network.models.VpnServerConfigVpnClientRootCertificate
-
Packages that use VpnServerConfigVpnClientRootCertificate 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 VpnServerConfigVpnClientRootCertificate in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type VpnServerConfigVpnClientRootCertificate Modifier and Type Method Description List<VpnServerConfigVpnClientRootCertificate>VpnServerConfigurationInner. vpnClientRootCertificates()Get the vpnClientRootCertificates property: VPN client root certificate of VpnServerConfiguration.List<VpnServerConfigVpnClientRootCertificate>VpnServerConfigurationProperties. vpnClientRootCertificates()Get the vpnClientRootCertificates property: VPN client root certificate of VpnServerConfiguration.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type VpnServerConfigVpnClientRootCertificate Modifier and Type Method Description VpnServerConfigurationInnerVpnServerConfigurationInner. withVpnClientRootCertificates(List<VpnServerConfigVpnClientRootCertificate> vpnClientRootCertificates)Set the vpnClientRootCertificates property: VPN client root certificate of VpnServerConfiguration.VpnServerConfigurationPropertiesVpnServerConfigurationProperties. withVpnClientRootCertificates(List<VpnServerConfigVpnClientRootCertificate> vpnClientRootCertificates)Set the vpnClientRootCertificates property: VPN client root certificate of VpnServerConfiguration. -
Uses of VpnServerConfigVpnClientRootCertificate in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return VpnServerConfigVpnClientRootCertificate Modifier and Type Method Description VpnServerConfigVpnClientRootCertificateVpnServerConfigVpnClientRootCertificate. withName(String name)Set the name property: The certificate name.VpnServerConfigVpnClientRootCertificateVpnServerConfigVpnClientRootCertificate. withPublicCertData(String publicCertData)Set the publicCertData property: The certificate public data.
-