Sdílet prostřednictvím


DscNodeConfigurationListByAutomationAccountNextResponse type

Obsahuje data odpovědi pro operaci listByAutomationAccountNext.

type DscNodeConfigurationListByAutomationAccountNextResponse =
  DscNodeConfigurationListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: DscNodeConfigurationListResult
    }
  }