StorageAccountsListByAccountNextResponse type
Contains response data for the listByAccountNext operation.
type StorageAccountsListByAccountNextResponse =
StorageAccountInformationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: StorageAccountInformationListResult
}
}