StorageAccountsListByAccountNextResponse type
包含 listByAccountNext作的响应数据。
type StorageAccountsListByAccountNextResponse =
StorageAccountInformationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: StorageAccountInformationListResult
}
}