Class GatewayPropertiesClientAuth
java.lang.Object
com.azure.resourcemanager.appplatform.models.GatewayPropertiesClientAuth
Client-Certification Authentication.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of GatewayPropertiesClientAuth class. -
Method Summary
Modifier and TypeMethodDescriptionGet the certificates property: Collection of certificate resource Ids in Azure Spring Apps.Get the certificateVerification property: Whether to enable certificate verification or not.voidvalidate()Validates the instance.withCertificates(List<String> certificates) Set the certificates property: Collection of certificate resource Ids in Azure Spring Apps.withCertificateVerification(GatewayCertificateVerification certificateVerification) Set the certificateVerification property: Whether to enable certificate verification or not.
-
Constructor Details
-
GatewayPropertiesClientAuth
public GatewayPropertiesClientAuth()Creates an instance of GatewayPropertiesClientAuth class.
-
-
Method Details
-
certificates
Get the certificates property: Collection of certificate resource Ids in Azure Spring Apps.- Returns:
- the certificates value.
-
withCertificates
Set the certificates property: Collection of certificate resource Ids in Azure Spring Apps.- Parameters:
certificates- the certificates value to set.- Returns:
- the GatewayPropertiesClientAuth object itself.
-
certificateVerification
Get the certificateVerification property: Whether to enable certificate verification or not.- Returns:
- the certificateVerification value.
-
withCertificateVerification
public GatewayPropertiesClientAuth withCertificateVerification(GatewayCertificateVerification certificateVerification) Set the certificateVerification property: Whether to enable certificate verification or not.- Parameters:
certificateVerification- the certificateVerification value to set.- Returns:
- the GatewayPropertiesClientAuth object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-