SqlVirtualMachinesBeginCreateOrUpdateResponse type

Contains response data for the beginCreateOrUpdate operation.

type SqlVirtualMachinesBeginCreateOrUpdateResponse = SqlVirtualMachine & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: SqlVirtualMachine
  }
}