GatewayPropertiesClientAuth Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. GatewayPropertiesClientAuth
- com.
Implements
public final class GatewayPropertiesClientAuth
implements JsonSerializable<GatewayPropertiesClientAuth>
Client-Certification Authentication.
Constructor Summary
Constructor | Description |
---|---|
GatewayPropertiesClientAuth() |
Creates an instance of Gateway |
Method Summary
Modifier and Type | Method and Description |
---|---|
Gateway |
certificateVerification()
Get the certificate |
List<String> |
certificates()
Get the certificates property: Collection of certificate resource Ids in Azure Spring Apps. |
static
Gateway |
fromJson(JsonReader jsonReader)
Reads an instance of Gateway |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Gateway |
withCertificateVerification(GatewayCertificateVerification certificateVerification)
Set the certificate |
Gateway |
withCertificates(List<String> certificates)
Set the certificates property: Collection of certificate resource Ids in Azure Spring Apps. |
Methods inherited from java.lang.Object
Constructor Details
GatewayPropertiesClientAuth
public GatewayPropertiesClientAuth()
Creates an instance of GatewayPropertiesClientAuth class.
Method Details
certificateVerification
public GatewayCertificateVerification certificateVerification()
Get the certificateVerification property: Whether to enable certificate verification or not.
Returns:
certificates
public List
Get the certificates property: Collection of certificate resource Ids in Azure Spring Apps.
Returns:
fromJson
public static GatewayPropertiesClientAuth fromJson(JsonReader jsonReader)
Reads an instance of GatewayPropertiesClientAuth from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withCertificateVerification
public GatewayPropertiesClientAuth withCertificateVerification(GatewayCertificateVerification certificateVerification)
Set the certificateVerification property: Whether to enable certificate verification or not.
Parameters:
Returns:
withCertificates
public GatewayPropertiesClientAuth withCertificates(List
Set the certificates property: Collection of certificate resource Ids in Azure Spring Apps.
Parameters:
Returns:
Applies to
Azure SDK for Java