Uses of Class
com.azure.resourcemanager.appplatform.models.IngressSettingsClientAuth
Packages that use IngressSettingsClientAuth
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of IngressSettingsClientAuth in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return IngressSettingsClientAuthModifier and TypeMethodDescriptionIngressSettings.clientAuth()Get the clientAuth property: Client-Certification Authentication.static IngressSettingsClientAuthIngressSettingsClientAuth.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IngressSettingsClientAuth from the JsonReader.IngressSettingsClientAuth.withCertificates(List<String> certificates) Set the certificates property: Collection of certificate resource id.Methods in com.azure.resourcemanager.appplatform.models with parameters of type IngressSettingsClientAuthModifier and TypeMethodDescriptionIngressSettings.withClientAuth(IngressSettingsClientAuth clientAuth) Set the clientAuth property: Client-Certification Authentication.