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


VariableGetResponse type

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

type VariableGetResponse = Variable & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Variable }
}