ApplicationGatewayTrustedClientCertificatePropertiesFormat Class

  • java.lang.Object
    • com.azure.resourcemanager.network.fluent.models.ApplicationGatewayTrustedClientCertificatePropertiesFormat

Implements

public final class ApplicationGatewayTrustedClientCertificatePropertiesFormat
implements JsonSerializable<ApplicationGatewayTrustedClientCertificatePropertiesFormat>

Trusted client certificates properties of an application gateway.

Constructor Summary

Constructor Description
ApplicationGatewayTrustedClientCertificatePropertiesFormat()

Creates an instance of ApplicationGatewayTrustedClientCertificatePropertiesFormat class.

Method Summary

Modifier and Type Method and Description
String clientCertIssuerDN()

Get the clientCertIssuerDN property: Distinguished name of client certificate issuer.

String data()

Get the data property: Certificate public data.

static ApplicationGatewayTrustedClientCertificatePropertiesFormat fromJson(JsonReader jsonReader)

Reads an instance of ApplicationGatewayTrustedClientCertificatePropertiesFormat from the JsonReader.

ProvisioningState provisioningState()

Get the provisioningState property: The provisioning state of the trusted client certificate resource.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

String validatedCertData()

Get the validatedCertData property: Validated certificate data.

ApplicationGatewayTrustedClientCertificatePropertiesFormat withData(String data)

Set the data property: Certificate public data.

Methods inherited from java.lang.Object

Constructor Details

ApplicationGatewayTrustedClientCertificatePropertiesFormat

public ApplicationGatewayTrustedClientCertificatePropertiesFormat()

Creates an instance of ApplicationGatewayTrustedClientCertificatePropertiesFormat class.

Method Details

clientCertIssuerDN

public String clientCertIssuerDN()

Get the clientCertIssuerDN property: Distinguished name of client certificate issuer.

Returns:

the clientCertIssuerDN value.

data

public String data()

Get the data property: Certificate public data.

Returns:

the data value.

fromJson

public static ApplicationGatewayTrustedClientCertificatePropertiesFormat fromJson(JsonReader jsonReader)

Reads an instance of ApplicationGatewayTrustedClientCertificatePropertiesFormat from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ApplicationGatewayTrustedClientCertificatePropertiesFormat 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 ApplicationGatewayTrustedClientCertificatePropertiesFormat.

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: The provisioning state of the trusted client certificate resource.

Returns:

the provisioningState value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

validatedCertData

public String validatedCertData()

Get the validatedCertData property: Validated certificate data.

Returns:

the validatedCertData value.

withData

public ApplicationGatewayTrustedClientCertificatePropertiesFormat withData(String data)

Set the data property: Certificate public data.

Parameters:

data - the data value to set.

Returns:

the ApplicationGatewayTrustedClientCertificatePropertiesFormat object itself.

Applies to