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