Dela via


SqlVirtualMachineGroupsBeginCreateOrUpdateResponse type

Innehåller svarsdata för åtgärden beginCreateOrUpdate.

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