Class SiteProfile

java.lang.Object
com.azure.resourcemanager.workloads.models.SiteProfile

public final class SiteProfile extends Object
Workload website profile.
  • Constructor Details

    • SiteProfile

      public SiteProfile()
  • Method Details

    • domainName

      public String domainName()
      Get the domainName property: Domain name for the application site URL.
      Returns:
      the domainName value.
    • withDomainName

      public SiteProfile withDomainName(String domainName)
      Set the domainName property: Domain name for the application site URL.
      Parameters:
      domainName - the domainName value to set.
      Returns:
      the SiteProfile object itself.
    • validate

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