Freigeben über


DscConfigurationListByAutomationAccountResponse type

Enthält Antwortdaten für den ListByAutomationAccount-Vorgang.

type DscConfigurationListByAutomationAccountResponse =
  DscConfigurationListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: DscConfigurationListResult
    }
  }