Поделиться через


RegistrationsGetActivationKeyResponse type

Содержит данные ответа для операции getActivationKey.

type RegistrationsGetActivationKeyResponse = ActivationKeyResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ActivationKeyResult
  }
}