ApplicationGatewayAuthenticationCertificatePropertiesFormat Class

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

Implements

public final class ApplicationGatewayAuthenticationCertificatePropertiesFormat
implements JsonSerializable<ApplicationGatewayAuthenticationCertificatePropertiesFormat>

Authentication certificates properties of an application gateway.

Constructor Summary

Constructor Description
ApplicationGatewayAuthenticationCertificatePropertiesFormat()

Creates an instance of ApplicationGatewayAuthenticationCertificatePropertiesFormat class.

Method Summary

Modifier and Type Method and Description
String data()

Get the data property: Certificate public data.

static ApplicationGatewayAuthenticationCertificatePropertiesFormat fromJson(JsonReader jsonReader)

Reads an instance of ApplicationGatewayAuthenticationCertificatePropertiesFormat from the JsonReader.

ProvisioningState provisioningState()

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

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

ApplicationGatewayAuthenticationCertificatePropertiesFormat withData(String data)

Set the data property: Certificate public data.

Methods inherited from java.lang.Object

Constructor Details

ApplicationGatewayAuthenticationCertificatePropertiesFormat

public ApplicationGatewayAuthenticationCertificatePropertiesFormat()

Creates an instance of ApplicationGatewayAuthenticationCertificatePropertiesFormat class.

Method Details

data

public String data()

Get the data property: Certificate public data.

Returns:

the data value.

fromJson

public static ApplicationGatewayAuthenticationCertificatePropertiesFormat fromJson(JsonReader jsonReader)

Reads an instance of ApplicationGatewayAuthenticationCertificatePropertiesFormat from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

provisioningState

public ProvisioningState provisioningState()

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

Returns:

the provisioningState value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withData

public ApplicationGatewayAuthenticationCertificatePropertiesFormat withData(String data)

Set the data property: Certificate public data.

Parameters:

data - the data value to set.

Returns:

the ApplicationGatewayAuthenticationCertificatePropertiesFormat object itself.

Applies to