Class LogzOrganizationProperties

java.lang.Object
com.azure.resourcemanager.logz.models.LogzOrganizationProperties

public final class LogzOrganizationProperties extends Object
The LogzOrganizationProperties model.
  • Constructor Details

    • LogzOrganizationProperties

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

    • companyName

      public String companyName()
      Get the companyName property: Name of the Logz organization.
      Returns:
      the companyName value.
    • withCompanyName

      public LogzOrganizationProperties withCompanyName(String companyName)
      Set the companyName property: Name of the Logz organization.
      Parameters:
      companyName - the companyName value to set.
      Returns:
      the LogzOrganizationProperties object itself.
    • id

      public String id()
      Get the id property: Id of the Logz organization.
      Returns:
      the id value.
    • enterpriseAppId

      public String enterpriseAppId()
      Get the enterpriseAppId property: The Id of the Enterprise App used for Single sign on.
      Returns:
      the enterpriseAppId value.
    • withEnterpriseAppId

      public LogzOrganizationProperties withEnterpriseAppId(String enterpriseAppId)
      Set the enterpriseAppId property: The Id of the Enterprise App used for Single sign on.
      Parameters:
      enterpriseAppId - the enterpriseAppId value to set.
      Returns:
      the LogzOrganizationProperties object itself.
    • singleSignOnUrl

      public String singleSignOnUrl()
      Get the singleSignOnUrl property: The login URL specific to this Logz Organization.
      Returns:
      the singleSignOnUrl value.
    • withSingleSignOnUrl

      public LogzOrganizationProperties withSingleSignOnUrl(String singleSignOnUrl)
      Set the singleSignOnUrl property: The login URL specific to this Logz Organization.
      Parameters:
      singleSignOnUrl - the singleSignOnUrl value to set.
      Returns:
      the LogzOrganizationProperties object itself.
    • validate

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