APIKeysCreateResponse type
Contains response data for the create operation.
type APIKeysCreateResponse = ApplicationInsightsComponentAPIKey & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentAPIKey
}
}