ExportConfigurationsCreateResponse type
Contient des données de réponse pour l’opération de création.
type ExportConfigurationsCreateResponse =
ApplicationInsightsComponentExportConfiguration[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentExportConfiguration[]
}
}