Class DynatraceEnvironmentProperties

java.lang.Object
com.azure.resourcemanager.dynatrace.models.DynatraceEnvironmentProperties

public final class DynatraceEnvironmentProperties extends Object
Properties of the Dynatrace environment.
  • Constructor Details

    • DynatraceEnvironmentProperties

      public DynatraceEnvironmentProperties()
  • Method Details

    • userId

      public String userId()
      Get the userId property: User id.
      Returns:
      the userId value.
    • withUserId

      public DynatraceEnvironmentProperties withUserId(String userId)
      Set the userId property: User id.
      Parameters:
      userId - the userId value to set.
      Returns:
      the DynatraceEnvironmentProperties object itself.
    • accountInfo

      public AccountInfo accountInfo()
      Get the accountInfo property: Dynatrace Account Information.
      Returns:
      the accountInfo value.
    • withAccountInfo

      public DynatraceEnvironmentProperties withAccountInfo(AccountInfo accountInfo)
      Set the accountInfo property: Dynatrace Account Information.
      Parameters:
      accountInfo - the accountInfo value to set.
      Returns:
      the DynatraceEnvironmentProperties object itself.
    • environmentInfo

      public EnvironmentInfo environmentInfo()
      Get the environmentInfo property: Dynatrace Environment Information.
      Returns:
      the environmentInfo value.
    • withEnvironmentInfo

      public DynatraceEnvironmentProperties withEnvironmentInfo(EnvironmentInfo environmentInfo)
      Set the environmentInfo property: Dynatrace Environment Information.
      Parameters:
      environmentInfo - the environmentInfo value to set.
      Returns:
      the DynatraceEnvironmentProperties object itself.
    • singleSignOnProperties

      public DynatraceSingleSignOnProperties singleSignOnProperties()
      Get the singleSignOnProperties property: The details of a Dynatrace single sign-on.
      Returns:
      the singleSignOnProperties value.
    • withSingleSignOnProperties

      public DynatraceEnvironmentProperties withSingleSignOnProperties(DynatraceSingleSignOnProperties singleSignOnProperties)
      Set the singleSignOnProperties property: The details of a Dynatrace single sign-on.
      Parameters:
      singleSignOnProperties - the singleSignOnProperties value to set.
      Returns:
      the DynatraceEnvironmentProperties object itself.
    • validate

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