Sdílet prostřednictvím


ExportConfigurationsGetResponse type

Obsahuje data odpovědi pro operaci get.

type ExportConfigurationsGetResponse =
  ApplicationInsightsComponentExportConfiguration & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: ApplicationInsightsComponentExportConfiguration
    }
  }