SqlVirtualMachineGroupsCreateOrUpdateResponse type

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

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