Compartilhar via


ComponentAvailableFeaturesGetResponse type

Contém dados de resposta para a operação get.

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