Class ApplicationGatewayTrustedClientCertificatePropertiesFormat


  • public final class ApplicationGatewayTrustedClientCertificatePropertiesFormat
    extends Object
    Trusted client certificates properties of an application gateway.
    • Constructor Detail

      • ApplicationGatewayTrustedClientCertificatePropertiesFormat

        public ApplicationGatewayTrustedClientCertificatePropertiesFormat()
    • Method Detail

      • data

        public String data()
        Get the data property: Certificate public data.
        Returns:
        the data value.
      • 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.