Aracılığıyla paylaş


SoftwareUpdateConfigurationMachineRunsListResponse type

Liste işlemi için yanıt verilerini içerir.

type SoftwareUpdateConfigurationMachineRunsListResponse =
  SoftwareUpdateConfigurationMachineRunListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: SoftwareUpdateConfigurationMachineRunListResult
    }
  }