Udostępnij za pośrednictwem


ComponentAvailableFeaturesGetResponse type

Zawiera dane odpowiedzi dla operacji pobierania.

type ComponentAvailableFeaturesGetResponse =
  ApplicationInsightsComponentAvailableFeatures & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: ApplicationInsightsComponentAvailableFeatures
    }
  }