StorageAccountsListByAccountNextResponse type
Innehåller svarsdata för åtgärden listByAccountNext.
type StorageAccountsListByAccountNextResponse =
StorageAccountInformationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: StorageAccountInformationListResult
}
}