Sdílet prostřednictvím


DscNodeConfigurationListByAutomationAccountResponse type

Obsahuje data odpovědi pro operaci listByAutomationAccount.

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