Uses of Class
com.azure.resourcemanager.appplatform.models.GatewayPropertiesClientAuth
Packages that use GatewayPropertiesClientAuth
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of GatewayPropertiesClientAuth in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return GatewayPropertiesClientAuthModifier and TypeMethodDescriptionGatewayProperties.clientAuth()Get the clientAuth property: Client-Certification Authentication.GatewayPropertiesClientAuth.withCertificates(List<String> certificates) Set the certificates property: Collection of certificate resource Ids in Azure Spring Apps.GatewayPropertiesClientAuth.withCertificateVerification(GatewayCertificateVerification certificateVerification) Set the certificateVerification property: Whether to enable certificate verification or not.Methods in com.azure.resourcemanager.appplatform.models with parameters of type GatewayPropertiesClientAuthModifier and TypeMethodDescriptionGatewayProperties.withClientAuth(GatewayPropertiesClientAuth clientAuth) Set the clientAuth property: Client-Certification Authentication.