Class ApplicationGatewayAuthenticationCertificatePropertiesFormat
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.ApplicationGatewayAuthenticationCertificatePropertiesFormat
-
public final class ApplicationGatewayAuthenticationCertificatePropertiesFormat extends Object
Authentication certificates properties of an application gateway.
-
-
Constructor Summary
Constructors Constructor Description ApplicationGatewayAuthenticationCertificatePropertiesFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdata()Get the data property: Certificate public data.ProvisioningStateprovisioningState()Get the provisioningState property: The provisioning state of the authentication certificate resource.voidvalidate()Validates the instance.ApplicationGatewayAuthenticationCertificatePropertiesFormatwithData(String data)Set the data property: Certificate public data.
-
-
-
Method Detail
-
data
public String data()
Get the data property: Certificate public data.- Returns:
- the data value.
-
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.
-
provisioningState
public ProvisioningState 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.
-
-