Interface LiveTokenResponse


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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.LiveTokenResponseInner object.
    Gets the liveToken property: JWT token for accessing live metrics stream data.
  • Method Details

    • liveToken

      String liveToken()
      Gets the liveToken property: JWT token for accessing live metrics stream data.
      Returns:
      the liveToken value.
    • innerModel

      Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.LiveTokenResponseInner object.
      Returns:
      the inner object.