ExportConfigurationsCreateResponse type
Obsahuje data odpovědi pro operaci vytvoření.
type ExportConfigurationsCreateResponse =
ApplicationInsightsComponentExportConfiguration[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentExportConfiguration[]
}
}