Sdílet prostřednictvím


ComponentAvailableFeaturesGetResponse type

Obsahuje data odpovědi pro operaci get.

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