AutomationAccountListByResourceGroupResponse type
Obsahuje data odpovědi pro operaci listByResourceGroup.
type AutomationAccountListByResourceGroupResponse =
AutomationAccountListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AutomationAccountListResult
}
}