Interface LinkableEnvironmentResponse


public interface LinkableEnvironmentResponse
An immutable client-side representation of LinkableEnvironmentResponse.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the environmentId property: environment id for which user is an admin.
    Gets the environmentName property: Name of the environment.
    Gets the inner com.azure.resourcemanager.dynatrace.fluent.models.LinkableEnvironmentResponseInner object.
    Gets the planData property: Billing plan information.
  • Method Details

    • environmentId

      String environmentId()
      Gets the environmentId property: environment id for which user is an admin.
      Returns:
      the environmentId value.
    • environmentName

      String environmentName()
      Gets the environmentName property: Name of the environment.
      Returns:
      the environmentName value.
    • planData

      PlanData planData()
      Gets the planData property: Billing plan information.
      Returns:
      the planData value.
    • innerModel

      Gets the inner com.azure.resourcemanager.dynatrace.fluent.models.LinkableEnvironmentResponseInner object.
      Returns:
      the inner object.