SqlVirtualMachineGroupsUpdateResponse type

Contains response data for the update operation.

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