StorageAccountsListByAccountNextResponse type
Obsahuje data odpovědi pro operaci listByAccountNext.
type StorageAccountsListByAccountNextResponse =
StorageAccountInformationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: StorageAccountInformationListResult
}
}