Udostępnij za pośrednictwem


SqlVirtualMachinesListBySqlVmGroupResponse type

Zawiera dane odpowiedzi dla operacji listBySqlVmGroup.

type SqlVirtualMachinesListBySqlVmGroupResponse =
  SqlVirtualMachineListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: SqlVirtualMachineListResult
    }
  }