StorageAccountsListByAccountResponse type
Zawiera dane odpowiedzi dla operacji listByAccount.
type StorageAccountsListByAccountResponse =
StorageAccountInformationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: StorageAccountInformationListResult
}
}