Class IntegrationAccountCertificateInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.logic.fluent.models.IntegrationAccountCertificateInner

public final class IntegrationAccountCertificateInner extends com.azure.core.management.Resource
The integration account certificate.
  • Constructor Details

    • IntegrationAccountCertificateInner

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

    • withLocation

      public IntegrationAccountCertificateInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      Overrides:
      withTags in class com.azure.core.management.Resource
    • 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 IntegrationAccountCertificateInner withMetadata(Object metadata)
      Set the metadata property: The metadata.
      Parameters:
      metadata - the metadata value to set.
      Returns:
      the IntegrationAccountCertificateInner 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 IntegrationAccountCertificateInner object itself.
    • publicCertificate

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

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

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