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