SqlVirtualMachineGroupsGetResponse type

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

type SqlVirtualMachineGroupsGetResponse = SqlVirtualMachineGroup & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: SqlVirtualMachineGroup
  }
}