APIKeysCreateResponse type
Zawiera dane odpowiedzi dla operacji tworzenia.
type APIKeysCreateResponse = ApplicationInsightsComponentAPIKey & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentAPIKey
}
}