Class ApplicationGatewayTrustedClientCertificatePropertiesFormat
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.ApplicationGatewayTrustedClientCertificatePropertiesFormat
-
public final class ApplicationGatewayTrustedClientCertificatePropertiesFormat extends Object
Trusted client certificates properties of an application gateway.
-
-
Constructor Summary
Constructors Constructor Description ApplicationGatewayTrustedClientCertificatePropertiesFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclientCertIssuerDN()Get the clientCertIssuerDN property: Distinguished name of client certificate issuer.Stringdata()Get the data property: Certificate public data.ProvisioningStateprovisioningState()Get the provisioningState property: The provisioning state of the trusted client certificate resource.voidvalidate()Validates the instance.StringvalidatedCertData()Get the validatedCertData property: Validated certificate data.ApplicationGatewayTrustedClientCertificatePropertiesFormatwithData(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 ApplicationGatewayTrustedClientCertificatePropertiesFormat withData(String data)
Set the data property: Certificate public data.- Parameters:
data- the data value to set.- Returns:
- the ApplicationGatewayTrustedClientCertificatePropertiesFormat object itself.
-
validatedCertData
public String validatedCertData()
Get the validatedCertData property: Validated certificate data.- Returns:
- the validatedCertData value.
-
clientCertIssuerDN
public String clientCertIssuerDN()
Get the clientCertIssuerDN property: Distinguished name of client certificate issuer.- Returns:
- the clientCertIssuerDN value.
-
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the trusted client certificate resource.- Returns:
- the provisioningState value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-