Class CustomDomainInner


  • public final class CustomDomainInner
    extends com.azure.core.management.ProxyResource
    A custom domain.
    • Constructor Detail

      • CustomDomainInner

        public CustomDomainInner()
    • Method Detail

      • systemData

        public com.azure.core.management.SystemData systemData()
        Get the systemData property: Metadata pertaining to creation and last modification of the resource.
        Returns:
        the systemData value.
      • provisioningState

        public ProvisioningState provisioningState()
        Get the provisioningState property: Provisioning state of the resource.
        Returns:
        the provisioningState value.
      • domainName

        public String domainName()
        Get the domainName property: The custom domain name.
        Returns:
        the domainName value.
      • withDomainName

        public CustomDomainInner withDomainName​(String domainName)
        Set the domainName property: The custom domain name.
        Parameters:
        domainName - the domainName value to set.
        Returns:
        the CustomDomainInner object itself.
      • customCertificate

        public ResourceReference customCertificate()
        Get the customCertificate property: Reference to a resource.
        Returns:
        the customCertificate value.
      • withCustomCertificate

        public CustomDomainInner withCustomCertificate​(ResourceReference customCertificate)
        Set the customCertificate property: Reference to a resource.
        Parameters:
        customCertificate - the customCertificate value to set.
        Returns:
        the CustomDomainInner object itself.
      • validate

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