StorageAccountsListByAccountResponse type
Bevat antwoordgegevens voor de listByAccount-bewerking.
type StorageAccountsListByAccountResponse =
StorageAccountInformationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: StorageAccountInformationListResult
}
}