Interface VMExtensionPayload


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

    Modifier and Type
    Method
    Description
    Gets the environmentId property: Id of the environment created.
    Gets the ingestionKey property: Ingestion key of the environment.
    Gets the inner com.azure.resourcemanager.dynatrace.fluent.models.VMExtensionPayloadInner object.
  • Method Details

    • ingestionKey

      String ingestionKey()
      Gets the ingestionKey property: Ingestion key of the environment.
      Returns:
      the ingestionKey value.
    • environmentId

      String environmentId()
      Gets the environmentId property: Id of the environment created.
      Returns:
      the environmentId value.
    • innerModel

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