java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.appcontainers.fluent.models.CertificateInner

public final class CertificateInner extends com.azure.core.management.Resource
Certificate used for Custom Domain bindings of Container Apps in a Managed Environment.
  • Constructor Details

    • CertificateInner

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

    • properties

      public CertificateProperties properties()
      Get the properties property: Certificate resource specific properties.
      Returns:
      the properties value.
    • withProperties

      public CertificateInner withProperties(CertificateProperties properties)
      Set the properties property: Certificate resource specific properties.
      Parameters:
      properties - the properties value to set.
      Returns:
      the CertificateInner object itself.
    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • withLocation

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

      public CertificateInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • validate

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