Class IntegrationAccountCertificateProperties

java.lang.Object
com.azure.resourcemanager.logic.fluent.models.IntegrationAccountCertificateProperties

public final class IntegrationAccountCertificateProperties extends Object
The integration account certificate properties.
  • Constructor Details

    • IntegrationAccountCertificateProperties

      public IntegrationAccountCertificateProperties()
      Creates an instance of IntegrationAccountCertificateProperties class.
  • Method Details

    • createdTime

      public OffsetDateTime createdTime()
      Get the createdTime property: The created time.
      Returns:
      the createdTime value.
    • changedTime

      public OffsetDateTime changedTime()
      Get the changedTime property: The changed time.
      Returns:
      the changedTime value.
    • metadata

      public Object metadata()
      Get the metadata property: The metadata.
      Returns:
      the metadata value.
    • withMetadata

      public IntegrationAccountCertificateProperties withMetadata(Object metadata)
      Set the metadata property: The metadata.
      Parameters:
      metadata - the metadata value to set.
      Returns:
      the IntegrationAccountCertificateProperties object itself.
    • key

      public KeyVaultKeyReference key()
      Get the key property: The key details in the key vault.
      Returns:
      the key value.
    • withKey

      Set the key property: The key details in the key vault.
      Parameters:
      key - the key value to set.
      Returns:
      the IntegrationAccountCertificateProperties object itself.
    • publicCertificate

      public String publicCertificate()
      Get the publicCertificate property: The public certificate.
      Returns:
      the publicCertificate value.
    • withPublicCertificate

      public IntegrationAccountCertificateProperties withPublicCertificate(String publicCertificate)
      Set the publicCertificate property: The public certificate.
      Parameters:
      publicCertificate - the publicCertificate value to set.
      Returns:
      the IntegrationAccountCertificateProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.