Class 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 Detail

      • CertificateInner

        public CertificateInner()
    • Method Detail

      • 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
      • validate

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