ExportConfigurationsCreateResponse type
Zawiera dane odpowiedzi dla operacji tworzenia.
type ExportConfigurationsCreateResponse =
ApplicationInsightsComponentExportConfiguration[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentExportConfiguration[]
}
}