Class ApplicationGatewayAuthenticationCertificatePropertiesFormat
java.lang.Object
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayAuthenticationCertificatePropertiesFormat
Authentication certificates properties of an application gateway.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ApplicationGatewayAuthenticationCertificatePropertiesFormat class. -
Method Summary
-
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.
-