Uses of Class
com.azure.resourcemanager.network.models.CertificateAuthentication
Packages that use CertificateAuthentication
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of CertificateAuthentication in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return CertificateAuthenticationModifier and TypeMethodDescriptionVirtualNetworkGatewayConnectionInner.certificateAuthentication()Get the certificateAuthentication property: Certificate Authentication information for a certificate based authentication connection.VirtualNetworkGatewayConnectionPropertiesFormatInner.certificateAuthentication()Get the certificateAuthentication property: Certificate Authentication information for a certificate based authentication connection.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type CertificateAuthenticationModifier and TypeMethodDescriptionVirtualNetworkGatewayConnectionInner.withCertificateAuthentication(CertificateAuthentication certificateAuthentication) Set the certificateAuthentication property: Certificate Authentication information for a certificate based authentication connection.VirtualNetworkGatewayConnectionPropertiesFormatInner.withCertificateAuthentication(CertificateAuthentication certificateAuthentication) Set the certificateAuthentication property: Certificate Authentication information for a certificate based authentication connection. -
Uses of CertificateAuthentication in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type CertificateAuthenticationModifier and TypeClassDescriptionfinal classCertificate Authentication information for a certificate based authentication connection.Methods in com.azure.resourcemanager.network.models that return CertificateAuthenticationModifier and TypeMethodDescriptionstatic CertificateAuthenticationCertificateAuthentication.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CertificateAuthentication from the JsonReader.CertificateAuthentication.withInboundAuthCertificateChain(List<String> inboundAuthCertificateChain) Set the inboundAuthCertificateChain property: Inbound authentication certificate public keys.CertificateAuthentication.withInboundAuthCertificateSubjectName(String inboundAuthCertificateSubjectName) Set the inboundAuthCertificateSubjectName property: Inbound authentication certificate subject name.CertificateAuthentication.withOutboundAuthCertificate(String outboundAuthCertificate) Set the outboundAuthCertificate property: Keyvault secret ID for outbound authentication certificate.