StorageAccountsListByAccountNextResponse type
Contiene i dati di risposta per l'operazione listByAccountNext.
type StorageAccountsListByAccountNextResponse =
StorageAccountInformationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: StorageAccountInformationListResult
}
}