다음을 통해 공유


IngressSettingsClientAuth Class

  • java.lang.Object
    • com.azure.resourcemanager.appplatform.models.IngressSettingsClientAuth

Implements

public final class IngressSettingsClientAuth
implements JsonSerializable<IngressSettingsClientAuth>

Client-Certification Authentication.

Constructor Summary

Constructor Description
IngressSettingsClientAuth()

Creates an instance of IngressSettingsClientAuth class.

Method Summary

Modifier and Type Method and Description
List<String> certificates()

Get the certificates property: Collection of certificate resource id.

static IngressSettingsClientAuth fromJson(JsonReader jsonReader)

Reads an instance of IngressSettingsClientAuth from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

IngressSettingsClientAuth 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 certificates()

Get the certificates property: Collection of certificate resource id.

Returns:

the certificates value.

fromJson

public static IngressSettingsClientAuth fromJson(JsonReader jsonReader)

Reads an instance of IngressSettingsClientAuth from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of IngressSettingsClientAuth if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the IngressSettingsClientAuth.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withCertificates

public IngressSettingsClientAuth withCertificates(List certificates)

Set the certificates property: Collection of certificate resource id.

Parameters:

certificates - the certificates value to set.

Returns:

the IngressSettingsClientAuth object itself.

Applies to