Class VMExtensionPayloadInner

java.lang.Object
com.azure.resourcemanager.dynatrace.fluent.models.VMExtensionPayloadInner

public final class VMExtensionPayloadInner extends Object
Response of payload to be passed while installing VM agent.
  • Constructor Details

    • VMExtensionPayloadInner

      public VMExtensionPayloadInner()
  • Method Details

    • ingestionKey

      public String ingestionKey()
      Get the ingestionKey property: Ingestion key of the environment.
      Returns:
      the ingestionKey value.
    • withIngestionKey

      public VMExtensionPayloadInner withIngestionKey(String ingestionKey)
      Set the ingestionKey property: Ingestion key of the environment.
      Parameters:
      ingestionKey - the ingestionKey value to set.
      Returns:
      the VMExtensionPayloadInner object itself.
    • environmentId

      public String environmentId()
      Get the environmentId property: Id of the environment created.
      Returns:
      the environmentId value.
    • withEnvironmentId

      public VMExtensionPayloadInner withEnvironmentId(String environmentId)
      Set the environmentId property: Id of the environment created.
      Parameters:
      environmentId - the environmentId value to set.
      Returns:
      the VMExtensionPayloadInner object itself.
    • validate

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