Class ApplicationGatewayAuthenticationCertificatePropertiesFormat
java.lang.Object
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayAuthenticationCertificatePropertiesFormat
- All Implemented Interfaces:
com.azure.json.JsonSerializable<ApplicationGatewayAuthenticationCertificatePropertiesFormat>
public final class ApplicationGatewayAuthenticationCertificatePropertiesFormat
extends Object
implements com.azure.json.JsonSerializable<ApplicationGatewayAuthenticationCertificatePropertiesFormat>
Authentication certificates properties of an application gateway.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ApplicationGatewayAuthenticationCertificatePropertiesFormat class. -
Method Summary
Modifier and TypeMethodDescriptiondata()Get the data property: Certificate public data.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayAuthenticationCertificatePropertiesFormat from the JsonReader.Get the provisioningState property: The provisioning state of the authentication certificate resource.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.Set the data property: Certificate public data.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
ApplicationGatewayAuthenticationCertificatePropertiesFormat
public ApplicationGatewayAuthenticationCertificatePropertiesFormat()Creates an instance of ApplicationGatewayAuthenticationCertificatePropertiesFormat class.
-
-
Method Details
-
data
Get the data property: Certificate public data.- Returns:
- the data value.
-
withData
Set the data property: Certificate public data.- Parameters:
data- the data value to set.- Returns:
- the ApplicationGatewayAuthenticationCertificatePropertiesFormat object itself.
-
provisioningState
Get the provisioningState property: The provisioning state of the authentication certificate resource.- Returns:
- the provisioningState value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<ApplicationGatewayAuthenticationCertificatePropertiesFormat>- Throws:
IOException
-
fromJson
public static ApplicationGatewayAuthenticationCertificatePropertiesFormat fromJson(com.azure.json.JsonReader jsonReader) throws IOException 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.
-