StorageAccountsListByAccountNextResponse type
Содержит данные ответа для операции listByAccountNext.
type StorageAccountsListByAccountNextResponse =
StorageAccountInformationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: StorageAccountInformationListResult
}
}