DscConfigurationListByAutomationAccountResponse type
Contém dados de resposta para a operação listByAutomationAccount.
type DscConfigurationListByAutomationAccountResponse =
DscConfigurationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DscConfigurationListResult
}
}