ExportConfigurationsCreateResponse type
Contains response data for the create operation.
type ExportConfigurationsCreateResponse =
ApplicationInsightsComponentExportConfiguration[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentExportConfiguration[]
}
}